When using MySQL in UTF-8, a primary key has to be <= 767 bytes, so VARCHAR(255) is the maximum allowable.
Today we use VARCHAR(500) which is too much.
- is required by
-
NXP-15094 MySQL 5.6 requires columns shorter than 255 when they are indexed
- Resolved