From bb72341519af5368237dda3bae894f43ca82fdf7 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Mon, 14 Sep 2020 15:01:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D2.3=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93=E6=96=87=E4=BB=B6=E7=BC=BA=E5=B0=91=20#1728?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jeecg-boot/db/jeecgboot-mysql-5.7.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jeecg-boot/db/jeecgboot-mysql-5.7.sql b/jeecg-boot/db/jeecgboot-mysql-5.7.sql index 05705d3..e2c322b 100644 --- a/jeecg-boot/db/jeecgboot-mysql-5.7.sql +++ b/jeecg-boot/db/jeecgboot-mysql-5.7.sql @@ -1,4 +1,4 @@ ---- 创建mysql库 +-- 创建mysql库 DROP DATABASE IF EXISTS `jeecg-boot`; create database `jeecg-boot` default character set utf8mb4 collate utf8mb4_general_ci; -- GitLab