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. | ||||||||
| category | varchar | 255 | √ | null | Pipeline template 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. | |||||||||
| custom_template | bool | 1 | √ | null | Whether pipeline template is custom for a specific offer. | |||||||||
| default_template | bool | 1 | √ | null | Whether pipeline template is a default one. | |||||||||
| offer_id | int4 | 10 | √ | null |
| Id of the offer the record belongs to (present only in custom pipeline templates). | ||||||||
| title | varchar | 255 | √ | null | Pipeline template title. | |||||||||
| updated_at | timestamp | 29,6 | √ | null | Date the record was updated. |