Quellcode durchsuchen

更新安装sql

吴昊天 vor 4 Jahren
Ursprung
Commit
1e2532278d
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      crmeb/public/install/crmeb.sql

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

@@ -8195,5 +8195,6 @@ CREATE TABLE IF NOT EXISTS `eb_wechat_user` (
     KEY `subscribe_time` (`subscribe_time`) USING BTREE,
     KEY `subscribe_time` (`subscribe_time`) USING BTREE,
     KEY `add_time` (`add_time`) USING BTREE,
     KEY `add_time` (`add_time`) USING BTREE,
     KEY `subscribe` (`subscribe`) USING BTREE,
     KEY `subscribe` (`subscribe`) USING BTREE,
-    KEY `unionid` (`unionid`) USING BTREE
+    KEY `unionid` (`unionid`) USING BTREE,
+    KEY `uid` (`uid`) USING BTREE
     ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='微信用户表';
     ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='微信用户表';