We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Please fix depricated pg notice "rel:has-one"
DEPRECATED MESSAGE
DEPRECATED: pg: 2021/04/09 21:21:01 add pg:"rel:has-one" to Wallet.UserFkUuidRel field tag
problem line of code
UserFkUuidRel *User `pg:"fk:user_fk_uuid"`
correct code
UserFkUuidRel *User `pg:"fk:user_fk_uuid,rel:has-one"`
Please fix depricated pg notice "rel:has-one"
DEPRECATED MESSAGE
problem line of code
correct code