ALTER TABLE public.owners ADD CONSTRAINT owners_association_id_property_address_unique UNIQUE (association_id, property_address); ALTER TABLE public.chart_of_accounts ADD CONSTRAINT chart_of_accounts_association_id_account_number_unique UNIQUE (association_id, account_number);