talent_pool_activities


Description

A list of all talent pool activities.

Columns

ColumnTypeSizeNullsAutoDefaultChildrenParentsComments
idint410null

Primary key.

admin_idint410null
admins.idDefined in XMLR

Id of the admin the record belongs to.

admin_namevarchar255null

Admin name.

company_idint410null
companies.idDefined in XMLR

Id of the company the record belongs to.

created_attimestamp29,6null

Date the record was created.

eventvarchar255null

Talent pool activity event kind - one of (‘talent_pool_added’, ‘talent_pool_removed’, ‘talent_pool_status_changed’).

talent_pool_idint410null
talent_pools.idDefined in XMLR

Id of the talent pool the record belongs to.

talent_pool_previous_statusvarchar255null

Talent pool previous status.

talent_pool_statusvarchar255null

Talent pool status.

talent_pool_titlevarchar255null

Talent pool title.

updated_attimestamp29,6null

Date the record was updated.

Relationships