fix format

This commit is contained in:
jianzhiyao 2021-08-05 11:02:13 +08:00
parent d8c4b0fc85
commit 61d801c21e

View File

@ -353,7 +353,6 @@ type NullValue struct {
Value string `orm:"size(30);null"`
}
type Tag struct {
ID int `orm:"column(id)"`
Name string `orm:"size(30)"`