-- AlterTable ALTER TABLE "Match" ADD COLUMN "isRecurring" BOOLEAN NOT NULL DEFAULT false, ADD COLUMN "recurrenceInterval" TEXT;