修复数据库迁移乱码并统一 MySQL 8 配置

This commit is contained in:
wkc
2026-03-28 10:09:34 +08:00
parent bc7011313f
commit 040a03cd36
77 changed files with 1682 additions and 6026 deletions

View File

@@ -111,4 +111,4 @@ CREATE TABLE IF NOT EXISTS model_retail_output_fields (
-- 主键约束
PRIMARY KEY (id)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='零售模型输出字段表';
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='零售模型输出字段表';