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. | |||||
created_at | timestamp | 29,6 | √ | null | Date the record was created. | ||||||
kind | varchar | 255 | √ | null | Profile field kind - one of (‘boolean’, ‘date’, ‘dropdown’, ‘multi_line’, ‘number’, ‘salary’, ‘single_line’). | ||||||
name | varchar | 255 | √ | null | Profile filed name. | ||||||
updated_at | timestamp | 29,6 | √ | null | Date the record was updated. | ||||||
value | varchar | 65535 | √ | null | Profile field value. Note: this field is only available for primary user (with full access). |