b647026d by slene

orm: add test for unexported struct field

1 parent 568c0c47
......@@ -210,6 +210,8 @@ type User struct {
Nums int
Langs SliceStringField `orm:"size(100)"`
Extra JsonField `orm:"type(text)"`
unexport bool `orm:"-"`
unexport_ bool
}
func (u *User) TableIndex() [][]string {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!