add deivice and material code for their orders

This commit is contained in:
dpurbosakti
2025-11-10 16:21:47 +07:00
parent 84e8c02aa1
commit f2af40a40f
4 changed files with 36 additions and 29 deletions

No files matched your search

@@ -0,0 +1,4 @@
-- Modify "DeviceOrderItem" table
ALTER TABLE "public"."DeviceOrderItem" ADD COLUMN "Device_Code" text NULL;
-- Modify "MaterialOrderItem" table
ALTER TABLE "public"."MaterialOrderItem" ADD COLUMN "Material_Code" text NULL;