From e1ab1eade6495c0e88eb92d47478e7464fc76b07 Mon Sep 17 00:00:00 2001 From: zhengchanglong Date: Fri, 14 Feb 2020 17:32:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0SQL=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Data/update.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/Data/update.sql b/Data/update.sql index c2e2bfc62..27f0d8168 100644 --- a/Data/update.sql +++ b/Data/update.sql @@ -1103,7 +1103,6 @@ ALTER TABLE `tab_promote_belong` ADD COLUMN `can_view_recharge` tinyint(1) NOT NULL default 0 COMMENT '是否显示充值数据 0否 1是'; -- 添加测试订单录入表 郑昌隆 2020-02-12 -DROP TABLE IF EXISTS `tab_test_order`; CREATE TABLE `tab_test_order` ( `id` int(11) NOT NULL AUTO_INCREMENT, `order_type` tinyint(2) DEFAULT '0' COMMENT '0-未知,1-sdk充值,2-平台币充值,3-超级签充值',