Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | int4 | 10 | null | Primary key. | |||||||
| body | varchar | 65535 | √ | null | Answered question body. Note: this field is only available for primary user (with full access). | ||||||
| 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 | Answer content. Note: this field is only available for primary user (with full access). | ||||||
| created_at | timestamp | 29,6 | √ | null | Date the record was created. | ||||||
| disqualify_reason | varchar | 255 | √ | null | Disqualification reason. | ||||||
| kind | varchar | 255 | √ | null | Answered question kind. | ||||||
| offer_id | int4 | 10 | √ | null |
| Id of the offer the record belongs to. | |||||
| screening_question_template_id | int4 | 10 | √ | null |
| Id of the screening question template the record belongs to. | |||||
| updated_at | timestamp | 29,6 | √ | null | Date the record was updated. |