From bcbcd626c38d63be1840bd30b650c53a3ef46633 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Thu, 24 Apr 2025 18:36:25 +0800 Subject: [PATCH] 1 --- config/thinkorm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/thinkorm.php b/config/thinkorm.php index 6aee1e11a..ceae9808a 100644 --- a/config/thinkorm.php +++ b/config/thinkorm.php @@ -55,7 +55,7 @@ return [ // 数据库编码默认采用utf8 'charset' => 'utf8mb4', // 数据库表前缀 - 'prefix' => 'la_', + 'prefix' => 'eb_', ], ], ];