- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for TestMigrateIgnoreRelations (0.14 sec)
-
tests/migrate_test.go
t.Errorf("shouldn't execute: sql=%s", sql) } }, }}) if err := session.AutoMigrate(&MyTable{}); err != nil { t.Errorf("Failed, got error: %v", err) } } func TestMigrateIgnoreRelations(t *testing.T) { type RelationModel1 struct { ID uint } type RelationModel2 struct { ID uint } type RelationModel3 struct { ID uint RelationModel1ID uint
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Wed Aug 20 04:51:17 UTC 2025 - 65.2K bytes - Viewed (0)