删掉sql里面删表的语句

debug
李进才 1 year ago
parent ea8378937f
commit 506984fbce
  1. 3
      sql/version_update.sql

@ -99,7 +99,6 @@ SET FOREIGN_KEY_CHECKS = 0;
-- ----------------------------
-- Table structure for pay_casebook
-- ----------------------------
DROP TABLE IF EXISTS `pay_casebook`;
CREATE TABLE `pay_casebook` (
`ID` int(11) NOT NULL AUTO_INCREMENT,
`UpdateTime` datetime(0) NOT NULL,
@ -170,7 +169,6 @@ SET FOREIGN_KEY_CHECKS = 0;
-- ----------------------------
-- Table structure for report
-- ----------------------------
DROP TABLE IF EXISTS `report`;
CREATE TABLE `report` (
`ReportId` int NOT NULL AUTO_INCREMENT,
`UpdateTime` date DEFAULT NULL,
@ -198,7 +196,6 @@ SET FOREIGN_KEY_CHECKS = 0;
-- ----------------------------
-- Table structure for pay_casebook
-- ----------------------------
DROP TABLE IF EXISTS `peis_reserve`;
CREATE TABLE `peis_reserve` (
`ID` int NOT NULL AUTO_INCREMENT,
`UpdateTime` datetime NOT NULL,

Loading…
Cancel
Save