- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for TestForeignKeyConstraints (0.16 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
tests/associations_test.go
} if err := DB.Model(member).Association("Profiles").Clear(); err == nil { t.Fatalf("No error occurred during clearind not null association") } } func TestForeignKeyConstraints(t *testing.T) { tidbSkip(t, "not support the foreign key feature") type Profile struct { ID uint Name string MemberID uint } type Member struct { ID uint
Created: Sun Dec 28 09:35:17 GMT 2025 - Last Modified: Fri Sep 12 04:33:27 GMT 2025 - 13.3K bytes - Click Count (0)