-- AlterTable ALTER TABLE "User" ADD COLUMN "notifyOnCoHostAccepted" BOOLEAN NOT NULL DEFAULT true, ADD COLUMN "notifyOnComment" BOOLEAN NOT NULL DEFAULT true, ADD COLUMN "notifyOnRsvp" BOOLEAN NOT NULL DEFAULT true;