cost and price
This commit is contained in:
@@ -113,6 +113,7 @@ model InventoryItem {
|
||||
isSellable Boolean @default(true)
|
||||
isPurchasable Boolean @default(true)
|
||||
defaultCost Float?
|
||||
defaultPrice Float?
|
||||
notes String
|
||||
createdAt DateTime @default(now())
|
||||
updatedAt DateTime @updatedAt
|
||||
|
||||
Reference in New Issue
Block a user