Files
shopxo/application/plugins/weixinwebauthorization/install.sql
gongfuxiang 22c37242b5 细节优化
2019-06-13 00:56:02 +08:00

2 lines
143 B
SQL

#
ALTER TABLE `{PREFIX}user` add `weixin_web_openid` char(60) NOT NULL DEFAULT '' COMMENT '微信web用户openid' after `weixin_openid`;