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 | varchar | 255 | √ | null | Company name. | ||||||
| company_id | int4 | 10 | √ | null |
| Id of the company the record belongs to. | |||||
| created_at | timestamp | 29,6 | √ | null | Date the record was created. | ||||||
| description | varchar | 65535 | √ | null | Description. Note: this field is only available for primary user (with full access). | ||||||
| end_date | date | 13 | √ | null | Employment end date. | ||||||
| location | varchar | 255 | √ | null | Employment location. | ||||||
| start_date | date | 13 | √ | null | Employment start date. | ||||||
| title | varchar | 255 | √ | null | Employment title. Note: this field is only available for primary user (with full access). | ||||||
| updated_at | timestamp | 29,6 | √ | null | Date the record was updated. |