mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-08 17:12:28 +08:00
修复2.3数据库文件缺少 #1728
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
--- 创建mysql库
|
-- 创建mysql库
|
||||||
DROP DATABASE IF EXISTS `jeecg-boot`;
|
DROP DATABASE IF EXISTS `jeecg-boot`;
|
||||||
create database `jeecg-boot` default character set utf8mb4 collate utf8mb4_general_ci;
|
create database `jeecg-boot` default character set utf8mb4 collate utf8mb4_general_ci;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user