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. | ||||||
degree | varchar | 255 | √ | null | Degree. | ||||||
end_date | date | 13 | √ | null | End date. | ||||||
major | varchar | 255 | √ | null | Name of the major. | ||||||
school | varchar | 255 | √ | null | Name of the school. | ||||||
start_date | date | 13 | √ | null | Start date. | ||||||
updated_at | timestamp | 29,6 | √ | null | Date the record was updated. |