修正测试数据库配置

This commit is contained in:
fanwei
2022-01-07 22:25:00 +08:00
parent ee4ca43bd5
commit d30862373e

View File

@ -24,8 +24,8 @@ const (
TestSchema1 = "test1"
TestSchema2 = "test2"
TableNamePrefix1 = "gf_"
TestDbUser = "fanwei"
TestDbPass = "fw123456"
TestDbUser = "root"
TestDbPass = "12345678"
CreateTime = "2018-10-24 10:00:00"
)