From b5747c9d9d87f22a23b478723197a2ca810199cb Mon Sep 17 00:00:00 2001 From: qowevisa Date: Wed, 20 Nov 2024 18:17:21 +0200 Subject: [PATCH] Add Price field for Item --- db/item.go | 1 + 1 file changed, 1 insertion(+) diff --git a/db/item.go b/db/item.go index cc5a4dd..1d5da20 100644 --- a/db/item.go +++ b/db/item.go @@ -6,6 +6,7 @@ type Item struct { gorm.Model Name string Comment string + Price uint64 MetricType uint8 MetricValue uint64 //