2 lines
106 B
SQL
2 lines
106 B
SQL
-- AlterTable
|
|
ALTER TABLE "EventType" ADD COLUMN "minimumBookingNotice" INTEGER NOT NULL DEFAULT 120;
|