3 lines
104 B
SQL
3 lines
104 B
SQL
-- AlterTable
|
|
ALTER TABLE "public"."HuntQuest" ADD COLUMN "isBingo" BOOLEAN NOT NULL DEFAULT false;
|