mirror of
https://github.com/ent/ent.git
synced 2026-05-04 08:30:57 +03:00
dialect/sql/schema: optimize code and add website documents (#748)
This commit is contained in:
@@ -146,7 +146,7 @@ func TestMySQL_Create(t *testing.T) {
|
||||
{
|
||||
name: "create new table with foreign key diabled",
|
||||
options: []MigrateOption{
|
||||
WithForeighKeys(false),
|
||||
WithForeignKeys(false),
|
||||
},
|
||||
tables: func() []*Table {
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user