3 lines
96 B
SQL
3 lines
96 B
SQL
-- AlterTable
|
|
ALTER TABLE "Domain" ADD COLUMN "isVerifying" BOOLEAN NOT NULL DEFAULT false;
|