-- CreateEnum CREATE TYPE "RuleMatchMode" AS ENUM ('ALL', 'ANY'); -- AlterTable ALTER TABLE "Rule" ADD COLUMN "matchMode" "RuleMatchMode" NOT NULL DEFAULT 'ALL';