Move Comment in Item above Metric fields
This commit is contained in:
parent
de7926337a
commit
02a33aaced
|
@ -5,9 +5,9 @@ import "gorm.io/gorm"
|
||||||
type Item struct {
|
type Item struct {
|
||||||
gorm.Model
|
gorm.Model
|
||||||
Name string
|
Name string
|
||||||
MetricType string
|
|
||||||
MetricValue uint64
|
|
||||||
Comment string
|
Comment string
|
||||||
|
MetricType uint8
|
||||||
|
MetricValue uint64
|
||||||
//
|
//
|
||||||
CategoryID uint
|
CategoryID uint
|
||||||
Category *Category
|
Category *Category
|
||||||
|
|
Loading…
Reference in New Issue
Block a user