diff --git a/config/database.php b/config/database.php index 0b33b461f..8448c347c 100644 --- a/config/database.php +++ b/config/database.php @@ -54,6 +54,7 @@ return [ 'mysql' => [ 'driver' => 'mysql', + 'engine' => 'InnoDB', 'host' => 'localhost', 'port' => 3306, 'database' => 'database',