-- AlterTable ALTER TABLE "User" ADD COLUMN "isAdmin" BOOLEAN NOT NULL DEFAULT false, ADD COLUMN "isModerator" BOOLEAN NOT NULL DEFAULT false;