Tamaño de la columna de índice demasiado grande. El tamaño máximo de la columna es 767 bytes. mysql

set global innodb_file_format = BARRACUDA;
set global innodb_large_prefix = ON;
create table test (........) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC;
SECRET MYSTERY