1
0
mirror of synced 2025-01-23 23:04:07 +01:00
2023-01-17 22:19:21 +07:00

4 lines
112 B
SQL

-- AlterTable
ALTER TABLE "Car" ALTER COLUMN "stLoseBits" SET DEFAULT 0,
ALTER COLUMN "regionId" SET DEFAULT 1;