mirror of
https://github.com/ent/ent.git
synced 2026-05-02 07:30:53 +03:00
dialect/sql/schema: optimize code and add website documents (#748)
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user