We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
id がゼロで返ってきている問題を解決する。
場合によっては連番ではなく guid の方がいいかもしれない
The text was updated successfully, but these errors were encountered:
https://github.com/volatiletech/sqlboiler#pro-tips
外部キーは xxx_id になってるが、元々の id 部分も xxx_id になってる、テーブル名がよくないかもしれない。
実際、VSCode 上で以下のような警告が出ている。
// 箇所 type MemberInfoBind struct { models.MemberInfo `boil:",bind"` models.Member `boil:",bind"` }
警告
struct field MemberID repeats json tag "member_id" also at member_infos.go:28structtag
Sorry, something went wrong.
No branches or pull requests
id がゼロで返ってきている問題を解決する。
場合によっては連番ではなく guid の方がいいかもしれない
The text was updated successfully, but these errors were encountered: