Commit 89d693b5 authored by david-ridgeonnet's avatar david-ridgeonnet

Added default engine in configuration

parent 01e3d8f2
...@@ -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