dialect/sql/schema: optimize code and add website documents (#748)

This commit is contained in:
kakaxizhang
2020-10-12 16:08:02 +08:00
parent 90c3d50c39
commit 63421aa9ad
31 changed files with 147 additions and 150 deletions

View File

@@ -126,7 +126,7 @@ func TestSQLite_Create(t *testing.T) {
{
name: "create new table with foreign key disabled",
options: []MigrateOption{
WithForeighKeys(false),
WithForeignKeys(false),
},
tables: func() []*Table {
var (