Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | int4 | 10 | null |
| Primary key. | |||||||||||||||||||||
| category | varchar | 255 | √ | null | Stage category. | |||||||||||||||||||||
| company_id | int4 | 10 | √ | null |
| Id of the company the record belongs to. | ||||||||||||||||||||
| created_at | timestamp | 29,6 | √ | null | Date the record was created. | |||||||||||||||||||||
| group | varchar | 255 | √ | null | Stage group - one of (‘applicants’, ‘active’, ‘hires’, ‘other’). | |||||||||||||||||||||
| name | varchar | 255 | √ | null | Stage name. | |||||||||||||||||||||
| pipeline_template_id | int4 | 10 | √ | null |
| Id of the pipeline template the record belongs to. | ||||||||||||||||||||
| time_limit | int4 | 10 | √ | null | Time limit set for the stage. | |||||||||||||||||||||
| updated_at | timestamp | 29,6 | √ | null | Date the record was updated. |