Skip to content
New issue

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 が 0 で返ってきている #49

Open
kokoichi206 opened this issue Jan 30, 2023 · 1 comment
Open

メンバーの id が 0 で返ってきている #49

kokoichi206 opened this issue Jan 30, 2023 · 1 comment

Comments

@kokoichi206
Copy link
Member

id がゼロで返ってきている問題を解決する。

場合によっては連番ではなく guid の方がいいかもしれない

@kokoichi206
Copy link
Member Author

sql boiler でのパース

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

Screenshot 2023-01-30 at 23 15 20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant