1
0
mirror of synced 2025-01-23 15:02:06 +01:00

4 lines
127 B
MySQL
Raw Normal View History

2022-08-15 15:05:43 +07:00
-- AlterTable
ALTER TABLE "Car" ADD COLUMN "country" TEXT NOT NULL DEFAULT 'JPN',
ALTER COLUMN "stLoseBits" SET DEFAULT 0;