feat: add receiptName field to InventoryItem model and update related DTOs and service
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE `InventoryItem` ADD COLUMN `receiptName` VARCHAR(191) NULL;
|
||||
@@ -30,6 +30,7 @@ model InventoryItem {
|
||||
quantity Decimal @db.Decimal(10, 2)
|
||||
unit String
|
||||
brand String?
|
||||
receiptName String?
|
||||
location String?
|
||||
priority Int?
|
||||
purchaseDate DateTime?
|
||||
|
||||
Reference in New Issue
Block a user