3 lines
86 B
MySQL
3 lines
86 B
MySQL
|
-- AlterTable
|
||
|
ALTER TABLE "Car" ADD COLUMN "regionId" INTEGER NOT NULL DEFAULT 0;
|