specialist include subspecialist

This commit is contained in:
dpurbosakti
2025-10-27 16:20:26 +07:00
parent d524245325
commit 2a66ce8361
6 changed files with 34 additions and 13 deletions

No files matched your search

@@ -0,0 +1,2 @@
-- Modify "Patient" table
ALTER TABLE "public"."Patient" ADD COLUMN "Parent_Number" character varying(15) NULL, ADD CONSTRAINT "fk_Patient_Parent" FOREIGN KEY ("Parent_Number") REFERENCES "public"."Patient" ("Number") ON UPDATE NO ACTION ON DELETE NO ACTION;