database config change strict mode

pull/1/head
farid saravi 5 years ago
parent 67ac56eeb5
commit 480c25b436

@ -52,7 +52,7 @@ return [
'collation' => 'utf8mb4_unicode_ci',
'prefix' => '',
'prefix_indexes' => true,
'strict' => true,
'strict' => false,
'engine' => null,
],

Loading…
Cancel
Save