feat/action-report: adjust table structure

This commit is contained in:
2025-12-01 18:50:37 +07:00
parent b65c86750a
commit 47d2e427c0
4 changed files with 18 additions and 6 deletions

No files matched your search

@@ -0,0 +1,2 @@
-- Modify "ActionReport" table
ALTER TABLE "public"."ActionReport" ADD CONSTRAINT "fk_ActionReport_Doctor" FOREIGN KEY ("Doctor_Code") REFERENCES "public"."Doctor" ("Code") ON UPDATE NO ACTION ON DELETE NO ACTION;