diff --git a/Data/update.sql b/Data/update.sql index ceea135f4..c12879640 100644 --- a/Data/update.sql +++ b/Data/update.sql @@ -536,7 +536,7 @@ CREATE TABLE `tab_idcard_log` ( `id_card` varchar(20) NOT NULL COMMENT '身份证号码', `user_id` int(11) NOT NULL COMMENT '用户id', `ip` varchar(40) DEFAULT '0' COMMENT 'ip地址', - `num` int(11) DEFAULT '1' COMMENT '错误次数', + `num` int(11) DEFAULT '1' COMMENT '认证次数', `status` tinyint(2) DEFAULT '0' COMMENT '0 认证失败 1 认证成功', `create_time` int(11) DEFAULT '0' COMMENT '创建时间', PRIMARY KEY (`id`)