Enabled MySQL "strict" mode by default

This commit is contained in:
Adam14Four 2016-05-10 12:30:43 -07:00
parent 59f2d49074
commit f237656c68
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
'charset' => 'utf8', 'charset' => 'utf8',
'collation' => 'utf8_unicode_ci', 'collation' => 'utf8_unicode_ci',
'prefix' => '', 'prefix' => '',
'strict' => false, 'strict' => true,
'engine' => null, 'engine' => null,
], ],