fix format
This commit is contained in:
parent
d8c4b0fc85
commit
61d801c21e
@ -353,7 +353,6 @@ type NullValue struct {
|
|||||||
Value string `orm:"size(30);null"`
|
Value string `orm:"size(30);null"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
type Tag struct {
|
type Tag struct {
|
||||||
ID int `orm:"column(id)"`
|
ID int `orm:"column(id)"`
|
||||||
Name string `orm:"size(30)"`
|
Name string `orm:"size(30)"`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user