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