1
0
mirror of synced 2025-01-05 18:34:27 +01:00
Bayshore/prisma/migrations/20220718091157_add_region_id/migration.sql

3 lines
86 B
MySQL
Raw Normal View History

2022-07-18 11:13:31 +02:00
-- AlterTable
ALTER TABLE "Car" ADD COLUMN "regionId" INTEGER NOT NULL DEFAULT 0;