mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-03 11:51:18 +08:00
2 lines
137 B
SQL
2 lines
137 B
SQL
# 用户
|
|
ALTER TABLE `s_user` add `weixin_web_openid` char(60) NOT NULL DEFAULT '' COMMENT '微信web用户openid' after `weixin_openid`; |