Merge pull request #1021 from alfredleo/master

Error while running `php artisan install ...` if mysql/mariadb has `d…
This commit is contained in:
Denis Duliçi 2019-12-25 10:57:05 +03:00 committed by GitHub
commit 9a04fc0c5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ return [
'prefix' => env('DB_PREFIX', 'ak_'), 'prefix' => env('DB_PREFIX', 'ak_'),
'prefix_indexes' => true, 'prefix_indexes' => true,
'strict' => true, 'strict' => true,
'engine' => null, 'engine' => 'InnoDB ROW_FORMAT=DYNAMIC',
'modes' => [ 'modes' => [
//'ONLY_FULL_GROUP_BY', // conflicts with eloquence //'ONLY_FULL_GROUP_BY', // conflicts with eloquence
'STRICT_TRANS_TABLES', 'STRICT_TRANS_TABLES',