3 lines
95 B
MySQL
3 lines
95 B
MySQL
|
-- AlterTable
|
||
|
ALTER TABLE "EventType" ADD COLUMN "offsetStart" INTEGER NOT NULL DEFAULT 0;
|