1
0
mirror of synced 2024-12-12 15:01:12 +01:00
Bayshore/prisma/migrations/20220902044646_rg_stamp/migration.sql
2022-09-02 11:47:40 +07:00

4 lines
111 B
SQL

-- AlterTable
ALTER TABLE "Car" ALTER COLUMN "rgStamp" SET DEFAULT 1,
ALTER COLUMN "stLoseBits" SET DEFAULT 0;