vr-shopxo-source/application/plugins/weixinwebauthorization/install.sql

2 lines
143 B
MySQL
Raw Normal View History

2019-05-24 09:01:35 +00:00
# 用户
2019-06-12 16:56:02 +00:00
ALTER TABLE `{PREFIX}user` add `weixin_web_openid` char(60) NOT NULL DEFAULT '' COMMENT '微信web用户openid' after `weixin_openid`;