修复jeecgboot-mysql-5.7.sql导入不成功 #2051
This commit is contained in:
parent
e10a4c2c30
commit
75749a89fc
|
@ -21,6 +21,7 @@ create database `jeecg-boot` default character set utf8mb4 collate utf8mb4_gener
|
||||||
|
|
||||||
SET NAMES utf8mb4;
|
SET NAMES utf8mb4;
|
||||||
SET FOREIGN_KEY_CHECKS = 0;
|
SET FOREIGN_KEY_CHECKS = 0;
|
||||||
|
USE `jeecg-boot`;
|
||||||
|
|
||||||
-- ----------------------------
|
-- ----------------------------
|
||||||
-- Table structure for ces_field_kongj
|
-- Table structure for ces_field_kongj
|
||||||
|
|
Loading…
Reference in New Issue