ALTER TABLE public.agent_instances ADD COLUMN IF NOT EXISTS agent_name text, ADD COLUMN IF NOT EXISTS welcome_message_sent_at timestamp with time zone, ADD COLUMN IF NOT EXISTS onboarding_completed boolean NOT NULL DEFAULT false;