update conlist for dischargemethod and update its size in encounter

This commit is contained in:
dpurbosakti
2025-10-13 12:15:21 +07:00
parent c832da85c3
commit 378fd93b2d
4 changed files with 18 additions and 10 deletions

No files matched your search

@@ -0,0 +1,2 @@
-- Modify "Encounter" table
ALTER TABLE "public"."Encounter" ALTER COLUMN "DischargeMethod_Code" TYPE character varying(16);