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. | |||||
| admin_name | varchar | 255 | √ | null | Admin name. | ||||||
| company_id | int4 | 10 | √ | null |
| Id of the company the record belongs to. | |||||
| created_at | timestamp | 29,6 | √ | null | Date the record was created. | ||||||
| event | varchar | 255 | √ | null | Talent pool activity event kind - one of (‘talent_pool_added’, ‘talent_pool_removed’, ‘talent_pool_status_changed’). | ||||||
| talent_pool_id | int4 | 10 | √ | null |
| Id of the talent pool the record belongs to. | |||||
| talent_pool_previous_status | varchar | 255 | √ | null | Talent pool previous status. | ||||||
| talent_pool_status | varchar | 255 | √ | null | Talent pool status. | ||||||
| talent_pool_title | varchar | 255 | √ | null | Talent pool title. | ||||||
| updated_at | timestamp | 29,6 | √ | null | Date the record was updated. |