From 506984fbced55d84c6f9d57e56f4fb04b5c482fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E8=BF=9B=E6=89=8D?= Date: Mon, 18 Dec 2023 11:46:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E6=8E=89sql=E9=87=8C=E9=9D=A2?= =?UTF-8?q?=E5=88=A0=E8=A1=A8=E7=9A=84=E8=AF=AD=E5=8F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sql/version_update.sql | 3 --- 1 file changed, 3 deletions(-) diff --git a/sql/version_update.sql b/sql/version_update.sql index 7089f86..9a2ec51 100644 --- a/sql/version_update.sql +++ b/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,