alter table public.locations add column if not exists city text;
alter table public.locations add column if not exists phone text;
alter table public.locations add column if not exists manager_name text;