3 lines
86 B
MySQL
3 lines
86 B
MySQL
|
-- AlterTable
|
||
|
ALTER TABLE "ad" ADD COLUMN "pause" BOOLEAN NOT NULL DEFAULT false;
|