SQL
ALTER TABLE `tb_user` ADD `wx_unionid` VARCHAR(255) NOT NULL DEFAULT '' COMMENT '微信unionid' AFTER `user_weixin_id`;