-- Add bio field to User model for judge/mentor profile descriptions
ALTER TABLE "User" ADD COLUMN IF NOT EXISTS "bio" TEXT;