1
0
mirror of synced 2024-12-12 15:01:12 +01:00
Bayshore/prisma/migrations/20220815062807_car_country/migration.sql
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;