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
Generated:
AccountID string `boil:"account_id" json:"accountID" toml:"account_id" yaml:"account_id"`
But it should be:
AccountID string `boil:"account_id" json:"accountId" toml:"account_id" yaml:"account_id"`
Config:
output = "models/dm" pkgname = "dm" wipe = true no-tests = true add-enum-types = true add-soft-deletes = true [struct-tag-cases] json = "camel"
Is this a bug or is it configurable?
The text was updated successfully, but these errors were encountered:
Unfortunately, this is not configurable. Open to suggestions/PRs
Sorry, something went wrong.
No branches or pull requests
Generated:
But it should be:
Config:
Is this a bug or is it configurable?
The text was updated successfully, but these errors were encountered: