Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | int4 | 10 | null |
| Primary key. | |||||||||
company_id | int4 | 10 | √ | null |
| Id of the company the record belongs to. | ||||||||
created_at | timestamp | 29,6 | √ | null | Date the record was created. | |||||||||
email_thread_id | int4 | 10 | √ | null |
| Id of the email thread the record belongs to. | ||||||||
subject | varchar | 255 | √ | null | Email message subject. Note: this field is only available for primary user (with full access). | |||||||||
updated_at | timestamp | 29,6 | √ | null | Date the record was updated. |