- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for TestSmartMigrateColumn (0.07 sec)
-
tests/migrate_test.go
if nullable, _ := columnType.Nullable(); !nullable { t.Fatalf("stock's nullable should be true, bug got %t", nullable) } } } } func TestSmartMigrateColumn(t *testing.T) { fullSupported := map[string]bool{"mysql": true, "postgres": true, "gaussdb": true}[DB.Dialector.Name()] type UserMigrateColumn struct { ID uint Name string Salary float64
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Wed Aug 20 04:51:17 UTC 2025 - 65.2K bytes - Viewed (0)