I have a table (as seen below), this is default from Laravel. However when i try and make the email
column unique, i receive the following error:
ALTER TABLE `users` ADD UNIQUE(`email`);
MySQL said: Documentation
#1071 - Specified key was too long; max key length is 767 bytes
Table as seen in phpMyAdmin
Any thoughts?