add laborant, set patient number as unique

This commit is contained in:
dpurbosakti
2025-09-04 11:53:15 +07:00
parent c4aa96f766
commit eda0454ad6
7 changed files with 101 additions and 3 deletions

No files matched your search

@@ -0,0 +1,2 @@
-- Modify "Patient" table
ALTER TABLE "public"."Patient" ADD CONSTRAINT "uni_Patient_Number" UNIQUE ("Number");