Force InnoDB for MySQL.

This commit is contained in:
James Cole 2018-10-17 15:50:43 +02:00
parent d0d2189d55
commit 67cd3b6f81

View File

@ -57,7 +57,7 @@ return [
'collation' => 'utf8mb4_unicode_ci', 'collation' => 'utf8mb4_unicode_ci',
'prefix' => '', 'prefix' => '',
'strict' => true, 'strict' => true,
'engine' => null, 'engine' => 'InnoDB',
], ],
'pgsql' => [ 'pgsql' => [
'driver' => 'pgsql', 'driver' => 'pgsql',