1.3.1-beta2版本发布

dependabot/maven/jimureport-example/org.xerial-sqlite-jdbc-3.41.2.2
zhangdaiscott 2021-04-06 14:04:02 +08:00
parent dce5a06564
commit 9b43ed9fcf
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
DROP DATABASE IF EXISTS `jimureport`;
create database `jimureport` default character set utf8mb4 collate utf8mb4_general_ci;
/*
Navicat Premium Data Transfer
@ -16,7 +18,7 @@
SET NAMES utf8mb4;
SET FOREIGN_KEY_CHECKS = 0;
USE `jimureport`;
-- ----------------------------
-- Table structure for jimu_report
-- ----------------------------