From 137737e4c215f5a9a6aae78cafbefe5b4cf7793d Mon Sep 17 00:00:00 2001 From: it-fixcomart Date: Thu, 6 Feb 2025 11:27:03 +0700 Subject: update scanner and add value --- prisma/schema.prisma | 1 + 1 file changed, 1 insertion(+) (limited to 'prisma/schema.prisma') diff --git a/prisma/schema.prisma b/prisma/schema.prisma index ef78e48..68bc387 100644 --- a/prisma/schema.prisma +++ b/prisma/schema.prisma @@ -39,6 +39,7 @@ model Location { model Product { id Int @id @default(autoincrement()) externalId String? + value Float? barcode String itemCode String name String -- cgit v1.2.3