ALTER TABLE public.owner_ledger_entries ADD COLUMN gl_account_id uuid REFERENCES public.chart_of_accounts(id) ON DELETE SET NULL, ADD COLUMN bill_to_association boolean NOT NULL DEFAULT false;