Explorar o código

修复安装sql

吴昊天 %!s(int64=4) %!d(string=hai) anos
pai
achega
2d973a6910
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

@@ -8195,6 +8195,6 @@ CREATE TABLE IF NOT EXISTS `eb_wechat_user` (
     KEY `subscribe_time` (`subscribe_time`) USING BTREE,
     KEY `add_time` (`add_time`) 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='微信用户表';