ソースを参照

【程序目录】更新安装sql

吴昊天 3 年 前
コミット
15bd9b35e9
1 ファイル変更1 行追加1 行削除
  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 '无效时间',
   `fail_time` int(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT '无效时间',
   `add_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 已提现',
   `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 '二维码地址',
   `qrcode_url` varchar(255) NOT NULL DEFAULT '' COMMENT '二维码地址',
   PRIMARY KEY (`id`) USING BTREE,
   PRIMARY KEY (`id`) USING BTREE,
   KEY `extract_type` (`extract_type`) USING BTREE,
   KEY `extract_type` (`extract_type`) USING BTREE,