-- AlterTable
ALTER TABLE "Booking" ADD COLUMN "recurringEventId" TEXT;
ALTER TABLE "EventType" ADD COLUMN "recurringEvent" JSONB;