From be1fe5418b3611dbc0933600d3174d1af1611acc Mon Sep 17 00:00:00 2001 From: chenxiaojun <956334972@qq.com> Date: Thu, 21 Nov 2019 10:19:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=8E=B0=E8=AE=A2=E5=8D=95=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=B4=A2=E5=BC=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Data/update.sql | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Data/update.sql b/Data/update.sql index be4059ae3..d7e073da5 100644 --- a/Data/update.sql +++ b/Data/update.sql @@ -454,3 +454,7 @@ ALTER TABLE `tab_promote` CHANGE COLUMN `ver_status` `ver_status` INT(11) NULL DEFAULT '0' COMMENT '资质认证审核状态(1是审核成功,2审核失败,3未审核,4修改认证)' AFTER `child_game_permission`, ADD COLUMN `anothpic` CHAR(254) NULL DEFAULT NULL AFTER `account_type`; >>>>>>> 05bb9b4aa3ba712199e5489f684bc7a8cfeb59c8 + +--提现订单 添加索引 +ALTER TABLE `tab_withdraw` +ADD INDEX `widthdraw_number`(`widthdraw_number`);