feat/order-things: adjust mcu-order to pricing

This commit is contained in:
2025-12-02 13:53:01 +07:00
parent 72e45ad5fc
commit 2ebe23f943
5 changed files with 18 additions and 9 deletions

No files matched your search

@@ -0,0 +1,2 @@
-- Modify "Item" table
ALTER TABLE "public"."Item" ADD COLUMN "BuyingPrice" numeric NULL, ADD COLUMN "SellingPrice" numeric NULL;