- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for TestMigrateIgnoreRelations (0.33 seconds)
-
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
Created: Sun Apr 05 09:35:12 GMT 2026 - Last Modified: Sat Mar 21 11:49:01 GMT 2026 - 66.3K bytes - Click Count (0)