diff --git a/config/database.php b/config/database.php index 8451a62f..51656ab0 100644 --- a/config/database.php +++ b/config/database.php @@ -62,7 +62,7 @@ return [ 'charset' => 'utf8', 'collation' => 'utf8_unicode_ci', 'prefix' => '', - 'strict' => false, + 'strict' => true, 'engine' => null, ],