-- AlterTable ALTER TABLE "users" ADD COLUMN "totp_secret" TEXT; ALTER TABLE "users" ADD COLUMN "totp_enabled" BOOLEAN NOT NULL DEFAULT false;