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
It's a model/db limit., so we don't catch it until we try to save the record, which causes a 500 error. Messy.
Ideally the schema will have and enforce this limit so return a nice error to the user. Worst case we can do it in code.
This may also apply to other fields, we should check our models for fields with varchar(x) to see
varchar(x)
The text was updated successfully, but these errors were encountered:
ChasNelson1990
No branches or pull requests
It's a model/db limit., so we don't catch it until we try to save the record, which causes a 500 error. Messy.
Ideally the schema will have and enforce this limit so return a nice error to the user. Worst case we can do it in code.
This may also apply to other fields, we should check our models for fields with
varchar(x)
to seeThe text was updated successfully, but these errors were encountered: