Add comment field for Item schema
This commit is contained in:
parent
0e081297d0
commit
713f19a201
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user