From 49ea36c50f82a99faeaf0607d9dfee1f8911986b Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Tue, 6 Apr 2021 14:06:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E8=84=9A=E6=9C=AC=E5=88=B0?= =?UTF-8?q?=E7=A7=AF=E6=9C=A8=E6=8A=A5=E8=A1=A8=E7=9A=84=E6=9C=80=E6=96=B0?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jeecg-boot/db/jeecgboot-mysql-5.7.sql | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/jeecg-boot/db/jeecgboot-mysql-5.7.sql b/jeecg-boot/db/jeecgboot-mysql-5.7.sql index 61a167c..a86948b 100644 --- a/jeecg-boot/db/jeecgboot-mysql-5.7.sql +++ b/jeecg-boot/db/jeecgboot-mysql-5.7.sql @@ -13,11 +13,12 @@ Date: 05/04/2021 18:44:42 */ - +DROP DATABASE IF EXISTS `jeecg-boot`; create database `jeecg-boot` default character set utf8mb4 collate utf8mb4_general_ci; -USE `jeecg-boot`; + SET NAMES utf8mb4; SET FOREIGN_KEY_CHECKS = 0; +USE `jeecg-boot`; -- ---------------------------- -- Table structure for ces_field_kongj -- GitLab