fix format
This commit is contained in:
@@ -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)"`
|
||||||
|
|||||||
Reference in New Issue
Block a user