Actions
Feature proposal #9010
closedSome database index keys not limiting their size
Description
Several varchar usages are still not size limited. It's not necessary to index the full 240+ characters of a column and will error on MySQL installs not using up to date defaults due to 767 byte limit. utf8mb4_unicode_ci requires UP TO 4 bytes per character so most indexes should try to limit where needed.
Actions