This commit is contained in:
mkm 2025-04-24 18:36:25 +08:00
parent 7e11bf3bb2
commit bcbcd626c3

View File

@ -55,7 +55,7 @@ return [
// 数据库编码默认采用utf8 // 数据库编码默认采用utf8
'charset' => 'utf8mb4', 'charset' => 'utf8mb4',
// 数据库表前缀 // 数据库表前缀
'prefix' => 'la_', 'prefix' => 'eb_',
], ],
], ],
]; ];