email_attachment Table (490)
Some tooltip text!
• 1 minute to read
• 1 minute to read
Attachment info related to an email_item
Fields
Name | Description | Type | Null |
---|---|---|---|
email_attachment_id | Primary key | PK | |
email_item_id | Id of the email_item | FK email_item | ● |
cid | The actual cid or the index of the mime part (an integer) | String(255) | ● |
description | Attachment description | String(255) | ● |
filename | Filename of attachment | String(255) | ● |
disposition | Attachment disposition | String(255) | ● |
type | Attachment type | String(255) | ● |
encoding | The attachment encoding | String(255) | ● |
size | Attachment file size | Int | ● |
Indexes
Fields | Types | Description |
---|---|---|
email_attachment_id | PK | Clustered, Unique |
email_item_id | FK | Index |
Relationships
Table | Description |
---|---|
email_item | Email data |
Replication Flags
- None
Security Flags
- No access control via user's Role.