diff --git a/config/database.php b/config/database.php index 8cffb8469..c0b39b4f8 100644 --- a/config/database.php +++ b/config/database.php @@ -57,7 +57,7 @@ return [ 'prefix' => env('DB_PREFIX', 'ak_'), 'prefix_indexes' => true, 'strict' => true, - 'engine' => null, + 'engine' => 'InnoDB ROW_FORMAT=DYNAMIC', 'modes' => [ //'ONLY_FULL_GROUP_BY', // conflicts with eloquence 'STRICT_TRANS_TABLES',