job_work_types


Description

A row in this table represents a type of employment within the company.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
job_work_type_id varchar 2147483647 null
offer_events.job_work_type_id offer_events_job_work_type_id_fkeyN
offer_revisions.job_work_type_id offer_revisions_job_work_type_id_fkeyN
opportunity_feedback_events.job_work_type_id opportunities_feedback_events_job_work_type_id_fkeyN
opportunity_form_events.job_work_type_id opportunities_form_events_job_work_type_id_fkeyN
opportunity_progress_events.job_work_type_id opportunities_progress_events_job_work_type_id_fkeyN
posting_events.job_work_type_id posting_events_job_work_type_id_fkeyN
postings.job_work_type_id postings_job_work_type_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 work type

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_work_types_pkey Primary key Asc job_work_type_id
job_work_types_account_id_index Performance Asc account_id
job_work_types_account_id_name_key Must be unique Asc/Asc account_id + name

Relationships