Files
shopxo/application/plugins/weixinwebauthorization/install.sql

2 lines
143 B
MySQL
Raw Normal View History

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