Commit f237656c authored by Adam14Four's avatar Adam14Four

Enabled MySQL "strict" mode by default

parent 59f2d490
......@@ -62,7 +62,7 @@ return [
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
'strict' => false,
'strict' => true,
'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