ALTER TABLE "general_contract_attachments" ADD COLUMN "po_contract_id" integer;--> statement-breakpoint ALTER TABLE "general_contract_attachments" ADD CONSTRAINT "general_contract_attachments_po_contract_id_contracts_id_fk" FOREIGN KEY ("po_contract_id") REFERENCES "public"."contracts"("id") ON DELETE no action ON UPDATE no action;