Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

微信配置表 #3

Open
JokerChat opened this issue Jul 22, 2019 · 0 comments
Open

微信配置表 #3

JokerChat opened this issue Jul 22, 2019 · 0 comments

Comments

@JokerChat
Copy link
Owner

CREATE TABLE wx_config(idint(100) NOT NULL AUTO_INCREMENT,namevarchar(255) NOT NULL DEFAULT '' COMMENT '公众号名称',wx_bizvarchar(255) NOT NULL DEFAULT '' COMMENT '公众号唯一id',next_offset int(100) NOT NULL DEFAULT '0' COMMENT '下一页id', PRIMARY KEY (id) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='微信配置表';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant