Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | int4 | 10 | null | Primary key. | |||||||
admin_id | int4 | 10 | √ | null |
| Id of the admin 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. | ||||||
interview_id | int4 | 10 | √ | null |
| Id of the inteview the record belongs to. | |||||
response_status | varchar | 255 | √ | null | Response status - one of (‘accepted’, ‘declined’, ‘needs_action’, ‘tentative’). | ||||||
updated_at | timestamp | 29,6 | √ | null | Date the record was updated. |