- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for migrate_decimal_columns (0.08 sec)
-
tests/migrate_test.go
} expectedSql := []string{ `ALTER TABLE "migrate_decimal_columns" ALTER COLUMN "recid1" decimal(8) NOT NULL`, `ALTER TABLE "migrate_decimal_columns" ALTER COLUMN "recid2" decimal(9,1) NOT NULL`, `ALTER TABLE "migrate_decimal_columns" ALTER COLUMN "recid3" decimal(9,2) NOT NULL`, } decimalColumnsTest[MigrateDecimalColumn, MigrateDecimalColumn2](t, expectedSql)
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Wed Aug 20 04:51:17 UTC 2025 - 65.2K bytes - Viewed (0)