mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-08 17:12:28 +08:00
升级脚本到积木报表的最新版本
This commit is contained in:
@ -13,11 +13,12 @@
|
|||||||
|
|
||||||
Date: 05/04/2021 18:44:42
|
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;
|
create database `jeecg-boot` default character set utf8mb4 collate utf8mb4_general_ci;
|
||||||
USE `jeecg-boot`;
|
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user