fixed field tag typo
This commit is contained in:
parent
92b759438d
commit
4421d1a217
|
@ -15,7 +15,7 @@ type Param struct {
|
|||
BaseModel
|
||||
|
||||
Created types.DateTime `db:"created" json:"created"`
|
||||
Updated types.DateTime `db:"Updated" json:"Updated"`
|
||||
Updated types.DateTime `db:"updated" json:"updated"`
|
||||
Value types.JSONRaw `db:"value" json:"value"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue