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. | ||||||||
| candidate_id | int4 | 10 | √ | null |
| Id of the candidate the record belongs to. | ||||||||
| company_id | int4 | 10 | √ | null |
| Id of the company the record belongs to. | ||||||||
| created_at | timestamp | 29,6 | √ | null | Date the record was created. | |||||||||
| kind | varchar | 255 | √ | null | Kind of the evaluation - one of (‘rating’, ‘template_form’). | |||||||||
| offer_id | int4 | 10 | √ | null |
| Id of the offer the record belongs to. | ||||||||
| rating | varchar | 255 | √ | null | Evaluation rating. | |||||||||
| talent_pool_id | int4 | 10 | √ | null |
| Id of the talent pool the record belongs to. | ||||||||
| template_name | varchar | 255 | √ | null | Template name used for the evaluation. | |||||||||
| updated_at | timestamp | 29,6 | √ | null | Date the record was updated. |