mirror of
https://github.com/ent/ent.git
synced 2026-05-02 23:50:54 +03:00
dialect/sql/schema: optimize code and add website documents (#748)
This commit is contained in:
@@ -128,7 +128,7 @@ func TestPostgres_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