增加脚本相关表

This commit is contained in:
刘祥超
2022-03-25 14:11:17 +08:00
parent 5f793f1f76
commit 65b4832c94
10 changed files with 91 additions and 1 deletions

View File

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