job_levels


Description

A row in this table represents a level of employment within the company \(deprecated\).

Columns

Column Type Size Nulls Auto Default Children Parents Comments
job_level_id varchar 2147483647 null
offer_events.job_level_id offer_events_job_level_id_fkeyN
offer_revisions.job_level_id offer_revisions_job_level_id_fkeyN
opportunity_feedback_events.job_level_id opportunities_feedback_events_job_level_id_fkeyN
opportunity_form_events.job_level_id opportunities_form_events_job_level_id_fkeyN
opportunity_progress_events.job_level_id opportunities_progress_events_job_level_id_fkeyN
posting_events.job_level_id posting_events_job_level_id_fkeyN
postings.job_level_id postings_job_level_id_fkeyN

Primary key.

account_id varchar 2147483647 null

ID of the account the record belongs to.

name varchar 2147483647 null

The name of the job level

created_at timestamp 29,6 null

Date the object referred to in this entity was created.

row_updated_at timestamp 29,6 CURRENT_TIMESTAMP

Date this entity was updated in the database. Useful to setup incremental refreshes of the data in your periodic ETL job.

is_deleted bool 1 false

Indexes

Constraint Name Type Sort Column(s)
job_levels_pkey Primary key Asc job_level_id
job_levels_account_id_index Performance Asc account_id
job_levels_account_id_name_key Must be unique Asc/Asc account_id + name

Relationships