feat/order-things: adjust structure + tags

This commit is contained in:
2025-12-02 23:47:15 +07:00
parent cbff83e4de
commit aa5a3d898a
5 changed files with 28 additions and 22 deletions
@@ -0,0 +1,2 @@
-- Modify "ProcedureRoomOrder" table
ALTER TABLE "public"."ProcedureRoomOrder" ADD COLUMN "Status_Code" character varying(20) NULL;