add vclaim member, also marital and confidence in person

This commit is contained in:
dpurbosakti
2025-10-25 08:37:00 +07:00
parent 3ab77cab1a
commit 98b26a219f
9 changed files with 47 additions and 12 deletions

No files matched your search

@@ -0,0 +1,4 @@
-- Modify "Patient" table
ALTER TABLE "public"."Patient" ADD COLUMN "RegisteredBy_User_Name" character varying(100) NULL;
-- Modify "Person" table
ALTER TABLE "public"."Person" ADD COLUMN "Confidence" character varying(512) NULL, ADD COLUMN "MaritalStatus_Code" character varying(10) NULL;