Enabled MySQL "strict" mode by default
This commit is contained in:
parent
59f2d49074
commit
f237656c68
|
@ -62,7 +62,7 @@
|
|||
'charset' => 'utf8',
|
||||
'collation' => 'utf8_unicode_ci',
|
||||
'prefix' => '',
|
||||
'strict' => false,
|
||||
'strict' => true,
|
||||
'engine' => null,
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in New Issue