Browse Source

Update database config, dont run mysql in strict mode

Daniel Supernault 6 năm trước cách đây
mục cha
commit
ad122aa876
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      config/database.php

+ 1 - 1
config/database.php

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