From d8cd3ae79fc8a09e2661203fc41684647beb5033 Mon Sep 17 00:00:00 2001 From: zhanglingsheng Date: Tue, 25 Feb 2020 18:22:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BA=AB=E4=BB=BD=E8=AF=81=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0info=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Data/update.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Data/update.sql b/Data/update.sql index 62d9a4093..51bebf63a 100644 --- a/Data/update.sql +++ b/Data/update.sql @@ -1358,6 +1358,9 @@ ADD COLUMN `verify_status` tinyint(2) NULL DEFAULT 0 COMMENT '审核状态 0:未 -- 支付类型添加易宝支付 INSERT INTO `platform`.`tab_tool`( `name`, `title`, `config`, `template`, `type`, `status`, `create_time`) VALUES ('yeepay', '易宝支付', '', '', 1, 1, 0); +-- 身份证记录添加info字段 +ALTER TABLE `tab_idcard_log` +ADD COLUMN `info` varchar(255) DEFAULT '' COMMENT '第三方接口返回信息'; --2020-02-25 资源审核配置-- liuweiwen CREATE TABLE `tab_resource_verify_config` ( `id` int(11) NOT NULL AUTO_INCREMENT,