From 2ae3844d5eadfaf6282083e130276365998b279b Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Tue, 1 Dec 2020 17:30:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3jeecgboot-mysql-5.7.sql?= =?UTF-8?q?=E5=AF=BC=E5=85=A5=E4=B8=8D=E6=88=90=E5=8A=9F=20#2051?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jeecg-boot/db/jeecgboot-mysql-5.7.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/jeecg-boot/db/jeecgboot-mysql-5.7.sql b/jeecg-boot/db/jeecgboot-mysql-5.7.sql index 073eff3..a8f3748 100644 --- a/jeecg-boot/db/jeecgboot-mysql-5.7.sql +++ b/jeecg-boot/db/jeecgboot-mysql-5.7.sql @@ -21,6 +21,7 @@ create database `jeecg-boot` default character set utf8mb4 collate utf8mb4_gener SET NAMES utf8mb4; SET FOREIGN_KEY_CHECKS = 0; +USE `jeecg-boot`; -- ---------------------------- -- Table structure for ces_field_kongj -- GitLab