Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | int4 | 10 | null |
| Primary key. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
admin_id | int4 | 10 | √ | null |
| Id of the admin the record belongs to. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
candidates_count | int4 | 10 | √ | null | Number of candidates currently assigned to the job/talent pool. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
category | varchar | 255 | √ | null | Job category. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
city | varchar | 255 | √ | null | (DEPRECATED) Job city. Note: please use information from locations table instead. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
closed_at | timestamp | 29,6 | √ | null | Date the job/talent pool was closed or archived. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
company_id | int4 | 10 | √ | null |
| Id of the company the record belongs to. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
country_code | varchar | 255 | √ | null | (DEPRECATED) Job country code. Note: please use information from locations table instead. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
created_at | timestamp | 29,6 | √ | null | Date the record was created. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
department_id | int4 | 10 | √ | null |
| Id of the department the record belongs to. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
description | varchar | 65535 | √ | null | Job/talent pool description. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
disqualified_candidates_count | int4 | 10 | √ | null | Number of disqualified candidates. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
education | varchar | 255 | √ | null | Job education. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
employment_type | varchar | 255 | √ | null | Job employment type. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
experience | varchar | 255 | √ | null | Job experience. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
filled_at | timestamp | 29,6 | √ | null | Date the job was filled. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
guid | varchar | 255 | √ | null | Job/talent pool guid. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hired_candidates_count | int4 | 10 | √ | null | Number of hired candidates in the job. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hiring_manager_id | int4 | 10 | √ | null |
| Id of the hiring manager the record belongs to. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hybrid | bool | 1 | √ | null | Whether job is hybrid. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
kind | varchar | 255 | √ | null | (DEPRECATED) Offer kind - one of (‘job’, ‘talent_pool’). Note: talent pools are now available in dedicated ‘talent_pools’ table. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
max_hours | int4 | 10 | √ | null | (DEPRECATED) Maximum number of hours in the job. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
max_hours_per_week | numeric | 18 | √ | null | Maximum number of hours per week in the job. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
min_hours | int4 | 10 | √ | null | (DEPRECATED) Minimum number of hours in the job. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
min_hours_per_week | numeric | 18 | √ | null | Minimum number of hours per week in the job. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
number_of_openings | int4 | 10 | √ | null | Number of openings. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
on_site | bool | 1 | √ | null | Whether job is on-site. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
pipeline_template_id | int4 | 10 | √ | null |
| Id of the pipeline_template the record belongs to. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
postal_code | varchar | 255 | √ | null | (DEPRECATED) Job postal code. Note: please use information from locations table instead. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
priority | varchar | 255 | √ | null | Job priority - one of (‘low’, ‘normal’, ‘high’, ‘urgent’). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
published_at | timestamp | 29,6 | √ | null | Date the job was published or set as internal. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
qualified_candidates_count | int4 | 10 | √ | null | Number of qualified candidates. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
recruiter_id | int4 | 10 | √ | null |
| Id of the recruiter the record belongs to. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
remote | bool | 1 | √ | null | Whether job is remote. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
requirements | varchar | 65535 | √ | null | Job requirements. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
screening_question_template_id | int4 | 10 | √ | null |
| Id of the screening question template the record belongs to. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
varchar | 65535 | √ | null | Description for job page (SEO). | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
varchar | 65535 | √ | null | Title for job page (SEO). | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
slug | varchar | 255 | √ | null | Job/talent pool slug. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
state_code | varchar | 255 | √ | null | (DEPRECATED) Job state code. Please use information from locations table instead. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
status | varchar | 255 | √ | null | Job/talent pool status. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
street | varchar | 255 | √ | null | (DEPRECATED) Job street. Note: please use information from locations table instead. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
title | varchar | 255 | √ | null | Job/talent pool title. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
updated_at | timestamp | 29,6 | √ | null | Date the record was updated. |