This is a very simple fix, you just need to add a database engine for MySQL database in the “config/database.php” file.
 
'mysql' => [
    ...,
    ...,
    'engine' => 'InnoDB',
 ]