CREATE TABLE o2o.tb_wechat_auth (wechat_auth_idint(10) NOT NULL AUTO_INCREMENT,user_idint(10) NOT NULL,open_idvarchar(1024) DEFAULT NULL,create_timedatetime DEFAULT NULL,
primary key(wechat_auth_id),
constraint fk_wechatauth_priofile foreign key(user_id) referencestb_person_info(user_id)
)ENGINE InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=UTF8
SSM商铺V1.0,解决毕设痛点;SpringBoot商铺V2.0,满足工作刚需
了解课程