docs: fix scaffold

This commit is contained in:
刀刀
2020-06-27 17:25:10 +08:00
parent 8776db6039
commit 75c7488a6d
2 changed files with 43 additions and 39 deletions

View File

@@ -187,6 +187,8 @@ if(!function_exists('db_complete')) {
'options' => [
PDO::ATTR_STRINGIFY_FETCHES => false,
],
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'pool' => [
'min_connections' => 1,
'max_connections' => 20,