added location field
This commit is contained in:
@ -18,6 +18,7 @@ model InventoryItem {
|
||||
quantity Int @default(0)
|
||||
price Float @default(0.0)
|
||||
category String?
|
||||
location String?
|
||||
description String?
|
||||
createdAt DateTime @default(now())
|
||||
updatedAt DateTime @updatedAt
|
||||
|
||||
Reference in New Issue
Block a user