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

Add option to specify length of string CustomField #166

Closed
michaelbromley opened this issue Sep 18, 2019 · 0 comments
Closed

Add option to specify length of string CustomField #166

michaelbromley opened this issue Sep 18, 2019 · 0 comments

Comments

@michaelbromley
Copy link
Member

Is your feature request related to a problem? Please describe.
Currently if you configure a custom field of type string, it will register the DB column as type varchar. This has a default limit of 255 character in MySQL.

Describe the solution you'd like
There should be an additional optional property which allows one to specify the length. In MySQL, the length can be up to 65,535, so this should be validated on bootstrap.

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

No branches or pull requests

1 participant