add chemoplans entity in chemo protocol

This commit is contained in:
vanilia
2025-12-06 04:20:40 +07:00
parent 5af1d5218c
commit d82e67ae5c
5 changed files with 9 additions and 11 deletions

No files matched your search

@@ -0,0 +1,2 @@
-- Modify "ChemoPlan" table
ALTER TABLE "public"."ChemoPlan" DROP CONSTRAINT "fk_ChemoPlan_Protocol", ADD CONSTRAINT "fk_ChemoProtocol_ChemoPlans" FOREIGN KEY ("Protocol_Id") REFERENCES "public"."ChemoProtocol" ("Id") ON UPDATE NO ACTION ON DELETE NO ACTION;