- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for TestUniqueColumn (0.26 sec)
-
tests/migrate_test.go
AssertEqual(t, false, DB.Migrator().HasIndex(&CurrentTimestampTest{}, "time_at")) AssertEqual(t, false, DB.Migrator().HasIndex(&CurrentTimestampTest{}, "time_at_2")) } func TestUniqueColumn(t *testing.T) { if DB.Dialector.Name() != "mysql" { return } type UniqueTest struct { ID string `gorm:"primary_key"` Name string `gorm:"unique"` }
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Wed Aug 20 04:51:17 UTC 2025 - 65.2K bytes - Viewed (0)