Update database config, dont run mysql in strict mode

This commit is contained in:
Daniel Supernault 2018-10-09 19:29:02 -06:00
parent 2202fc416a
commit ad122aa876
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ return [
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',
'prefix' => '',
'strict' => true,
'strict' => false,
'engine' => null,
],