La clave especificada de Laravel MySQL era demasiado larga
#Inside config/database.php, replace this line for mysql
//find
'engine' => null',
//replace with
'engine' => 'InnoDB ROW_FORMAT=DYNAMIC',
Ahmed