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, ],