From 480c25b4366bfee3e02f6c96cf9bf354350f5b5a Mon Sep 17 00:00:00 2001 From: farid saravi Date: Sat, 14 Sep 2019 21:51:26 +0430 Subject: [PATCH] database config change strict mode --- config/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/database.php b/config/database.php index 22347a4..92969e1 100644 --- a/config/database.php +++ b/config/database.php @@ -52,7 +52,7 @@ return [ 'collation' => 'utf8mb4_unicode_ci', 'prefix' => '', 'prefix_indexes' => true, - 'strict' => true, + 'strict' => false, 'engine' => null, ],