增加用户订单相关表

This commit is contained in:
GoEdgeLab
2022-07-31 19:56:56 +08:00
parent 778f93d89e
commit 459ebfa143
12 changed files with 219 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
package accounts_test
import (
_ "github.com/go-sql-driver/mysql"
_ "github.com/iwind/TeaGo/bootstrap"
)