We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04aefbe commit efdff6eCopy full SHA for efdff6e
types/db.go
@@ -53,5 +53,5 @@ type Attribute struct {
53
ID uint `sql:"AUTO_INCREMENT" gorm:"primary_key" json:"-"`
54
ResourceID sql.NullInt64 `gorm:"index" json:"-"`
55
Key string `gorm:"index" json:"key"`
56
- Value string
+ Value string `json:"value"`
57
}
0 commit comments