From c8296c0412d22822f56295329ef60fcbb41748ce 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Data/update.sql b/Data/update.sql index 4ecdaa17f..ab5e14e49 100644 --- a/Data/update.sql +++ b/Data/update.sql @@ -1357,3 +1357,7 @@ 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 '第三方接口返回信息'; \ No newline at end of file