Add comment field for Item schema

This commit is contained in:
qowevisa 2024-10-29 12:25:01 +02:00
parent 0e081297d0
commit 713f19a201

View File

@ -7,6 +7,7 @@ type Item struct {
Name string Name string
MetricType string MetricType string
MetricValue uint64 MetricValue uint64
Comment string
// //
CategoryID uint CategoryID uint
Category *Category Category *Category