You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 typevarchar
. 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.
The text was updated successfully, but these errors were encountered: