Laravel Mysql Kunci yang ditentukan terlalu lama

#Inside config/database.php, replace this line for mysql
//find
'engine' => null', 
//replace with
'engine' => 'InnoDB ROW_FORMAT=DYNAMIC',
Ahmed