Enabled MySQL "strict" mode by default

This commit is contained in:
Adam14Four 2016-05-10 12:30:43 -07:00
parent 59f2d49074
commit f237656c68

View File

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