candidate_cv_current_employment
-
id increments
-
timestamps timestamps
-
softDeletes softDeletes
-
cv_id FK integer
-
title string (60)
-
job_category_id FK integer
-
seniority_id FK integer
-
campany_name string (60)
-
location_id FK integer
-
industry_id FK integer
-
company_size_id FK integer
-
company_nationality_type_id FK integer
-
net_salary string (30)
-
salary_currency_type_id FK integer
-
salary_period_id FK integer
-
cash_benefits string (255)
-
benefit_period_id FK integer
-
other_benefits text
candidate_cv_professional_experience
-
id increments
-
timestamps timestamps
-
softDeletes softDeletes
-
cv_id FK integer
-
start_date date
-
end_date date
-
currently_employed boolean
-
location_id FK integer
-
job_title string (60)
-
company_name string (60)
-
company_size_id FK integer
-
main_responsibilities text
-
main_achievement text
-
reporting_to string (60)
-
subordinate string (255)
-
reason_to_leave string (255)
-
description text
candidate_cv_certificates
-
id increments
-
timestamps timestamps
-
softDeletes softDeletes
-
cv_id FK integer
-
title string (255)
-
issuer string (255)
-
issue_date date
-
location_id FK integer
candidate_cv_additional_files
-
id increments
-
timestamps timestamps
-
softDeletes softDeletes
-
cv_id FK integer
-
name string (255)
-
path string (255)
-
file_type_id FK integer
candidate_target_job_job_category
-
id increments
-
timestamps timestamps
-
target_job_id FK integer
-
job_category_id FK integer
candidate_target_job_job_industry
-
id increments
-
timestamps timestamps
-
target_job_id FK integer
-
job_industry_id FK integer
candidate_target_job_location
-
id increments
-
timestamps timestamps
-
target_job_id FK integer
-
location_id FK integer