Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
airport
/
airport-server
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
数据库脚本设置默认编码
RuoYi
4 years ago
parent
c049d29eee
commit
c64b5edf20
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
sql/ry_20210908.sql
+ 2
- 0
sql/ry_20210908.sql
View File
@@ -1,3 +1,5 @@
1
+SET NAMES utf8mb4;
2
+
1
3
-- ----------------------------
2
4
-- 1、部门表
3
5
-- ----------------------------