CREATE TYPE "public"."match_judge_verdict" AS ENUM('strong_fit', 'plausible', 'weak', 'mismatch');--> statement-breakpoint ALTER TABLE "grants" ADD COLUMN "program_state_peer_award_count" integer;--> statement-breakpoint ALTER TABLE "matches" ADD COLUMN "fit_viable" boolean DEFAULT true NOT NULL;--> statement-breakpoint ALTER TABLE "matches" ADD COLUMN "judge_verdict" "match_judge_verdict";--> statement-breakpoint ALTER TABLE "matches" ADD COLUMN "judge_mission_fit" integer;--> statement-breakpoint ALTER TABLE "matches" ADD COLUMN "judge_rationale" text;--> statement-breakpoint ALTER TABLE "matches" ADD COLUMN "judged_at" timestamp with time zone;--> statement-breakpoint ALTER TABLE "matches" ADD COLUMN "judge_model" text;