adjustment entity and constlist

This commit is contained in:
vanilia
2025-11-04 11:36:24 +07:00
parent 8d3675cbe3
commit c553952287
12 changed files with 102 additions and 97 deletions

No files matched your search

@@ -0,0 +1,2 @@
-- Modify "Chemo" table
ALTER TABLE "public"."Chemo" DROP COLUMN "Class_Code", ADD COLUMN "Bed" character varying(1024) NULL, ADD COLUMN "Needs" character varying(2048) NULL;