You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
allow specifying table names
`foo.bar` can be specified as `db:"bar"` or `db:"foo.bar"`.
Embedded structs can be set to `db:"foo.*"`, and their children
are treated as belonging to table foo.
allow specifying table names
`foo.bar` can be specified as `db:"bar"` or `db:"foo.bar"`.
Embedded structs can be set to `db:"foo.*"`, and their children
are treated as belonging to table foo.