Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | int4 | 10 | null | Primary key. | |||||||
| 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. | |||||
| content | varchar | 65535 | √ | null | Evaluation answer text. Note: this field is only available for primary user (with full access). | ||||||
| created_at | timestamp | 29,6 | √ | null | Date the record was created. | ||||||
| evaluation_id | int4 | 10 | √ | null |
| Id of the evaluation the record belongs to. | |||||
| question_kind | varchar | 255 | √ | null | Kind of the question answered in the evaluation form. | ||||||
| question_title | varchar | 65535 | √ | null | Title of the question answered in the evaluation form. | ||||||
| updated_at | timestamp | 29,6 | √ | null | Date the record was updated. |