add: INDEX FULLTEXT

add: Default value
This commit is contained in:
young
2020-12-23 15:48:17 +08:00
parent db108519e9
commit acd9861d7f
5 changed files with 25 additions and 8 deletions

View File

@@ -22,8 +22,6 @@ func TestTools(t *testing.T) {
list, _ := Generate(pkg)
fmt.Println(list)
config.SetSingularTable(true)
config.SetSingularTable(true)
config.SetForeignKey(true)
list, _ = Generate(pkg)
fmt.Println(list)