-- Remove estimated_cost column from arc_applications table ALTER TABLE public.arc_applications DROP COLUMN IF EXISTS estimated_cost;