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
Use https://github.com/jinzhu/inflection to convert from type Pet struct to pets as the table name.
type Pet struct
pets
Include a special migration generation to be able to upgrade from one to the other painlessly.
It is a breaking change, so it will have to wait for v2.
The text was updated successfully, but these errors were encountered:
Also, there would need to be a migration generation to ease the pain for this.
Sorry, something went wrong.
Fair point.
No branches or pull requests
Use https://github.com/jinzhu/inflection to convert from
type Pet struct
topets
as the table name.Include a special migration generation to be able to upgrade from one to the other painlessly.
It is a breaking change, so it will have to wait for v2.
The text was updated successfully, but these errors were encountered: