-- CreateEnum CREATE TYPE "Blocker" AS ENUM ('ADMIN', 'PARENT'); -- AlterTable ALTER TABLE "Device" ADD COLUMN "blockedBy" "Blocker" NOT NULL DEFAULT 'PARENT';