升级脚本到积木报表的最新版本

pull/5714/head
zhangdaiscott 2021-04-06 14:06:35 +08:00
parent 66034578aa
commit b34fe1632c
1 changed files with 3 additions and 2 deletions

View File

@ -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