Skip to content

Commit

Permalink
db config
Browse files Browse the repository at this point in the history
  • Loading branch information
elsoftpy committed Jun 12, 2024
1 parent 21962cd commit ad3ef91
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,14 @@
'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' => [
Expand Down

0 comments on commit ad3ef91

Please sign in to comment.