add column in chemo table

This commit is contained in:
vanilia
2025-10-15 11:57:12 +07:00
parent 869837271d
commit b42dca81a5
4 changed files with 12 additions and 3 deletions
@@ -0,0 +1,2 @@
-- Modify "Chemo" table
ALTER TABLE "public"."Chemo" ADD COLUMN "ClassCode" text NULL;