alter table public.contacts
  add column if not exists country text,
  add column if not exists city text;
