1
0
mirror of synced 2024-11-14 18:27:36 +01:00
Bayshore/prisma/migrations/20220718091157_add_region_id/migration.sql
2022-07-18 10:13:31 +01:00

3 lines
86 B
SQL

-- AlterTable
ALTER TABLE "Car" ADD COLUMN "regionId" INTEGER NOT NULL DEFAULT 0;