room ids into codes

This commit is contained in:
dpurbosakti
2025-11-07 13:52:30 +07:00
parent 0d787c1950
commit bfbbb38220
5 changed files with 24 additions and 10 deletions

No files matched your search

@@ -0,0 +1,2 @@
-- Modify "Room" table
ALTER TABLE "public"."Room" ADD COLUMN "Infra_Coode" character varying(10) NULL, ADD COLUMN "Unit_Code" character varying(10) NULL, ADD COLUMN "Specialist_Code" character varying(10) NULL, ADD COLUMN "Subspecialist_Code" character varying(10) NULL;