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. | ||||||||||||||||||||
| candidates_count | int4 | 10 | √ | null | Number of candidates currently assigned to the talent pool. | |||||||||||||||||||||
| closed_at | timestamp | 29,6 | √ | null | Date the talent pool was closed or archived. | |||||||||||||||||||||
| company_id | int4 | 10 | √ | null |
| Id of the company the record belongs to. | ||||||||||||||||||||
| created_at | timestamp | 29,6 | √ | null | Date the record was created. | |||||||||||||||||||||
| department_id | int4 | 10 | √ | null |
| Id of the department the record belongs to. | ||||||||||||||||||||
| description | varchar | 65535 | √ | null | Talent pool description. | |||||||||||||||||||||
| disqualified_candidates_count | Unknown | 0 | null | Number of disqualified candidates. | ||||||||||||||||||||||
| guid | varchar | 255 | √ | null | Talent pool guid. | |||||||||||||||||||||
| qualified_candidates_count | Unknown | 0 | null | Number of qualified candidates. | ||||||||||||||||||||||
| slug | varchar | 255 | √ | null | Talent pool slug. | |||||||||||||||||||||
| status | varchar | 255 | √ | null | Talent pool status. | |||||||||||||||||||||
| title | varchar | 255 | √ | null | Talent pool title. | |||||||||||||||||||||
| updated_at | timestamp | 29,6 | √ | null | Date the record was updated. |