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

boss招聘数据表 #5

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

boss招聘数据表 #5

JokerChat opened this issue Jul 25, 2019 · 0 comments

Comments

@JokerChat
Copy link
Owner

CREATE TABLE boss_zhipin(idint(10) NOT NULL AUTO_INCREMENT,job_idvarchar(255) NOT NULL DEFAULT '' COMMENT '详细id',query_namevarchar(100) NOT NULL DEFAULT '' COMMENT '查询的职业',job_namevarchar(100) NOT NULL DEFAULT '' COMMENT '职业名称',brand_namevarchar(100) NOT NULL DEFAULT '' COMMENT '公司名称',job_degreevarchar(100) NOT NULL DEFAULT '' COMMENT '学历',job_experiencevarchar(100) NOT NULL DEFAULT '' COMMENT '详细年限',areavarchar(100) NOT NULL DEFAULT '' COMMENT '详细地区,默认查询广州',low_salaryvarchar(100) NOT NULL COMMENT '最低薪资',high_salaryvarchar(100) NOT NULL DEFAULT '' COMMENT '最高薪资',other_salaryvarchar(100) NOT NULL DEFAULT '' COMMENT '其他薪资,13薪、14薪等',salaryvarchar(100) NOT NULL DEFAULT '' COMMENT '详细薪资',job_labels text NOT NULL COMMENT '工作标签,json数组形式', PRIMARY KEY (id) ) ENGINE=InnoDB AUTO_INCREMENT=926 DEFAULT CHARSET=utf8 COMMENT='boss招聘数据';

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