fix: test

This commit is contained in:
2025-03-17 13:15:03 +07:00
parent 60e0a64a24
commit db9ef0f935

View File

@@ -31,7 +31,7 @@ type City struct {
}
type Federation struct {
Lands []Land `gorm:"constraint:OnDelete:CASCADE;"` // want ""
Lands []Land `gorm:"constraint:OnDelete:CASCADE;"` // want "Expected references `Id` in model `Federation` for 1:M relation with model `Land`"
}
type Land struct {