1
0
mirror of synced 2025-01-22 03:23:34 +01:00
2022-08-15 15:05:43 +07:00

4 lines
127 B
SQL

-- AlterTable
ALTER TABLE "Car" ADD COLUMN "country" TEXT NOT NULL DEFAULT 'JPN',
ALTER COLUMN "stLoseBits" SET DEFAULT 0;