diff --git a/client/orm/models_test.go b/client/orm/models_test.go index d93afcb0..ea8a89fc 100644 --- a/client/orm/models_test.go +++ b/client/orm/models_test.go @@ -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)"`