- Issue created by @apmsooner
Some settings like max_length for example are not applicable and can trigger validation restrictions when they shouldn't. As in the case of a URI or Link field type, those max_lengths are hardcoded and shouldn't be validated against the default.
Additionally, some of the schema types for custom_field.column are incorrect.
Add a URI or Link field in storage settings and notice that the max_length of those types is not accounted for and assumes a limit of default 255 which can trigger a validation error that can't be fixed in the UI.
Active
3.1
Code