-- AlterTable ALTER TABLE "User" ADD COLUMN "convinced" BOOLEAN NOT NULL DEFAULT false, ADD COLUMN "vegCurious" BOOLEAN NOT NULL DEFAULT false;