1
0
mirror of synced 2024-11-14 18:27:36 +01:00
Bayshore/prisma/migrations/20220718120153_losebits/migration.sql
2022-07-18 13:04:13 +01:00

4 lines
121 B
SQL

-- AlterTable
ALTER TABLE "Car" ALTER COLUMN "stLoseBits" SET DEFAULT 0,
ALTER COLUMN "stLoseBits" SET DATA TYPE BIGINT;