-- AlterTable
ALTER TABLE "Booking" ADD COLUMN "responses" JSONB;
ALTER TABLE "EventType" ADD COLUMN "bookingFields" JSONB;