人才网 公司与雇主关系说明
2018-03-07 09:35:25 0 举报
公司与雇主
作者其他创作
大纲/内容
雇主表里头不应该保存company信息,要不就违反了基本的数据库3范式设计原则,所以company信息还是独立放到公司表中
post变需要增加empolyer来标识那些工作是真实发布的
company
idnamelogodescriptionaddress_line_1address_line_2enquiry_number
雇主和公司应该是多对多关系,所以需要用中间表
empolyers.id = emp_com
post
idfunctionsindustrypositionjobsidcompanylogocompany_introjob_deschrefsalarylocationlevelexperiencetermeducationbenefitref_noemailexternal_apply_urlis_updateclick_countclick_count_userapply_countsave_countsalary_hourly_rangej_idsalary_monthly_rangecollect_datepost_datedeadlineclosing_dateis_correctis_csball_yearsalary_monthly_minsalary_monthly_maxis_shareis_countclick_count_fb
post.company == company.id
empolyers.id = post.empolyer
emp_com
idempolycompany
empolyers
idemailpasswordcompanyis_promotionindustry
company.id = emp_com.company
0 条评论
下一页