Merge pull request #1021 from alfredleo/master
Error while running `php artisan install ...` if mysql/mariadb has `d…
This commit is contained in:
commit
9a04fc0c5d
@ -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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user