offer_lifetime_statuses


Description

A list of all job/talent pool lifecycle activities.

Columns

ColumnTypeSizeNullsAutoDefaultChildrenParentsComments
idint410null

Primary key.

company_idint410null
companies.idDefined in XMLR

Id of the company the record belongs to.

created_attimestamp29,6null

Date the record was created.

durationint410null

Number of seconds the offer had a certain status - (Offer needs to change its status for the value to update, duration of the current status will always be 0).

offer_activity_idint410null
offer_activities.idDefined in XMLR

Id of the offer activity the record belongs to.

offer_idint410null
offers.idDefined in XMLR

Id of the offer the record belongs to.

previous_statusvarchar255null

Offer previous status.

statusvarchar255null

Offer new status.

status_changed_attimestamp29,6null

Date the offer status changed.

updated_attimestamp29,6null

Date the record was updated.

Relationships