数据库脚本设置默认编码

master
RuoYi 2021-12-14 17:40:02 +08:00
parent c049d29eee
commit c64b5edf20
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
SET NAMES utf8mb4;
-- ----------------------------
-- 1、部门表
-- ----------------------------