Files
2026-04-04 11:16:16 +07:00

3 lines
63 B
SQL

ALTER TABLE "OrderItem"
ADD COLUMN "unitPrice" DECIMAL(14, 2);