Compare commits

..

No commits in common. "e7c22405b799ef90be6c76fda52c5363fbf9527d" and "f66ac46128dc31477547b9e42e5e03b8482787a8" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ return [
// 数据库连接参数
'params' => [],
// 数据库编码默认采用utf8
'charset' => Env::get('database.charset', 'utf8mb4'),
'charset' => Env::get('database.charset', 'utf8'),
// 数据库表前缀
'prefix' => Env::get('database.prefix', 'bee_'),