Mysql 5.6 and prior versions have the index key prefix length limit of 767 bytes. You will hit this limitation with utf8mb4 unique indexes longer than 191 characters.
↧
Mysql 5.6 and prior versions have the index key prefix length limit of 767 bytes. You will hit this limitation with utf8mb4 unique indexes longer than 191 characters.