fix sql-mode issue

This commit is contained in:
Mohit Panjwani
2019-12-01 11:22:28 +05:30
parent 7c2a6700eb
commit 80014b02b5

View File

@ -51,17 +51,8 @@ return [
'collation' => 'utf8_unicode_ci',
'prefix' => '',
'prefix_indexes' => true,
'strict' => true,
'strict' => false,
'engine' => null,
'modes' => [
//'ONLY_FULL_GROUP_BY', // Disable this to allow grouping by one column
'STRICT_TRANS_TABLES',
'NO_ZERO_IN_DATE',
'NO_ZERO_DATE',
'ERROR_FOR_DIVISION_BY_ZERO',
'NO_AUTO_CREATE_USER',
'NO_ENGINE_SUBSTITUTION'
],
],
'pgsql' => [