Browse Source

Merge pull request #3645 from david-ridgeonnet/patch-1

Added default engine in configuration
Taylor Otwell 8 years ago
parent
commit
7aa988d491
1 changed files with 1 additions and 0 deletions
  1. 1 0
      config/database.php

+ 1 - 0
config/database.php

@@ -62,6 +62,7 @@ return [
             'collation' => 'utf8_unicode_ci',
             'prefix'    => '',
             'strict'    => false,
+            'engine'    => null,
         ],
 
         'pgsql' => [