alter table public.contacts
  add column if not exists job_title text,
  add column if not exists lifecycle_stage text;
