1
0
mirror of synced 2025-02-03 05:07:15 +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;