Commit 7aa988d4 authored by Taylor Otwell's avatar Taylor Otwell

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

Added default engine in configuration
parents 01e3d8f2 89d693b5
...@@ -62,6 +62,7 @@ return [ ...@@ -62,6 +62,7 @@ return [
'collation' => 'utf8_unicode_ci', 'collation' => 'utf8_unicode_ci',
'prefix' => '', 'prefix' => '',
'strict' => false, 'strict' => false,
'engine' => null,
], ],
'pgsql' => [ 'pgsql' => [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment