ALTER TABLE public.hotels
  ADD COLUMN IF NOT EXISTS pms text,
  ADD COLUMN IF NOT EXISTS restaurant_pos text,
  ADD COLUMN IF NOT EXISTS ezee_products text[] NOT NULL DEFAULT '{}'::text[];