added location field

This commit is contained in:
2026-04-13 15:54:00 -04:00
parent 9b746388fd
commit 6f37ca38b5
8 changed files with 154 additions and 37 deletions

View File

@ -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