Commit 6f4c3336 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #3777 from Adam14Four/develop

[5.3] Enabled MySQL "strict" mode by default
parents 59f2d490 f237656c
...@@ -62,7 +62,7 @@ return [ ...@@ -62,7 +62,7 @@ return [
'charset' => 'utf8', 'charset' => 'utf8',
'collation' => 'utf8_unicode_ci', 'collation' => 'utf8_unicode_ci',
'prefix' => '', 'prefix' => '',
'strict' => false, 'strict' => true,
'engine' => null, 'engine' => null,
], ],
......
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