Commit 2ae3844d by zhangdaiscott

解决jeecgboot-mysql-5.7.sql导入不成功 #2051

parent c2db7691
...@@ -21,6 +21,7 @@ create database `jeecg-boot` default character set utf8mb4 collate utf8mb4_gener ...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment