1
0
mirror of synced 2024-12-15 00:11:19 +01:00
Bayshore/prisma/migrations/20220902044646_rg_stamp/migration.sql

4 lines
111 B
MySQL
Raw Normal View History

2022-09-02 06:47:40 +02:00
-- AlterTable
ALTER TABLE "Car" ALTER COLUMN "rgStamp" SET DEFAULT 1,
ALTER COLUMN "stLoseBits" SET DEFAULT 0;