adjust chemo-plan

This commit is contained in:
vanilia
2025-12-09 09:28:15 +07:00
parent c5c4a10e2e
commit f22968e217
3 changed files with 8 additions and 2 deletions

No files matched your search

@@ -0,0 +1,2 @@
-- Modify "ChemoPlan" table
ALTER TABLE "public"."ChemoPlan" ADD COLUMN "Encounter_Id" bigint NULL, ADD CONSTRAINT "fk_ChemoPlan_Encounter" FOREIGN KEY ("Encounter_Id") REFERENCES "public"."Encounter" ("Id") ON UPDATE NO ACTION ON DELETE NO ACTION;