mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-12-02 11:59:16 +08:00
细节优化
This commit is contained in:
parent
79ea9bcfd4
commit
ad991d6b7f
@ -287,7 +287,7 @@ return [
|
||||
\PDO::ATTR_CASE => \PDO::CASE_LOWER,
|
||||
\PDO::ATTR_EMULATE_PREPARES => true,
|
||||
],
|
||||
// 数据库编码默认采用utf8
|
||||
// 数据库编码默认采用utf8mb4
|
||||
'charset' => '{$params['DB_CHARSET']}',
|
||||
// 数据库表前缀
|
||||
'prefix' => '{$params['DB_PREFIX']}',
|
||||
|
Loading…
Reference in New Issue
Block a user