diff --git a/config/database.php b/config/database.php index 5ed066d..1a34dfe 100644 --- a/config/database.php +++ b/config/database.php @@ -52,6 +52,14 @@ return [ 'prefix' => '', 'strict' => true, 'engine' => null, + 'modes' => [ + 'ONLY_FULL_GROUP_BY', + 'STRICT_TRANS_TABLES', + 'NO_ZERO_IN_DATE', + 'NO_ZERO_DATE', + 'ERROR_FOR_DIVISION_BY_ZERO', + 'NO_ENGINE_SUBSTITUTION', + ], ], 'pgsql' => [