Actions
Task #83986
closedStreamline size of all email fields at the database schema
Start date:
2018-02-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
We have different sizes of the email field at the database schema
- be_users.email => varchar(80)
- pages.author_email => varchar(80)
- tx_extensionmanager_domain_model_extension.author_email => varchar(255)
- fe_users.email => varchar(255)
- pages_language_overlay.author_email => varchar(80)
I think we should streamline all email fields to varchar(255)
Source: https://en.wikipedia.org/wiki/Email_address#RFC_specification
Actions