Table Type: Recording
Contains the downloaded email recording attachments.
Columns
| Column | Type | Modifiers | Notes |
|---|---|---|---|
| id | string | Primary Key | The attachment id |
| email_message_id | string | The email message id | |
| conversation_id | string | The conversation id | |
| recording_id | string | The recording id | |
| content_path | string | The content path of the attachment | |
| name | string | The name of the attachment | |
| content_type | string | The content type of the attachment | |
| data | byte[] | Required | The attachment data in binary format |
| db_last_updated | datetime | When this record was last updated in UTC. | |
| db_when_created | datetime | When this record was created in UTC. |
