Explorar o código

【程序目录】更新安装sql

吴昊天 %!s(int64=3) %!d(string=hai) anos
pai
achega
15bd9b35e9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      crmeb/public/install/crmeb.sql

+ 1 - 1
crmeb/public/install/crmeb.sql

@@ -34122,7 +34122,7 @@ CREATE TABLE IF NOT EXISTS `eb_user_extract` (
   `fail_time` int(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT '无效时间',
   `add_time` int(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT '添加时间',
   `status` tinyint(2) NOT NULL DEFAULT '0' COMMENT '-1 未通过 0 审核中 1 已提现',
-  `wechat` varchar(15) NOT NULL DEFAULT '' COMMENT '微信号',
+  `wechat` varchar(50) NOT NULL DEFAULT '' COMMENT '微信号',
   `qrcode_url` varchar(255) NOT NULL DEFAULT '' COMMENT '二维码地址',
   PRIMARY KEY (`id`) USING BTREE,
   KEY `extract_type` (`extract_type`) USING BTREE,