Error:

Specified key was too long; max key length is 767 bytes

Enable large prefix and Barracuda:

set global innodb_large_prefix = ON;
set global innodb_file_format=Barracuda;
set global innodb_file_format_max=Barracuda;