Sign in
wms
/
wms4_henanqirui
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
913124da42238810ab518f05b1af1f52cc449355
Authored by
zhangdaiscott
5 years ago
1 parent
31111fe3
解决 2.3数据库文件缺少 #1728
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
jeecg-boot/db/jeecgboot-mysql-5.7.sql
jeecg-boot/db/jeecgboot-mysql-5.7.sql
View file @
913124d
1
--
--
创建mysql库
1
+--
创建mysql库
2
2
DROP DATABASE IF EXISTS `jeecg-boot`;
3
3
create database `jeecg-boot` default character set utf8mb4 collate utf8mb4_general_ci;
4
4
...
...