s_attachment Table (349)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
A connector between a message and attachments. One message can contain many attachments.
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| id | Primary key | PK | |
| attachment_id | The id of the attachment | FK attachment | |
| message_id | The id of the message | FK s_message |

Indexes
| Fields | Types | Description |
|---|---|---|
| id | PK | Clustered, Unique |
| attachment_id | FK | Index |
| message_id | FK | Index |
Relationships
| Table | Description |
|---|---|
| attachment | This table contains metadata for attachments. The actual attachments are stored directly on disk, with filenames based on the the primary key for this table. |
| s_message | A message used in a shipment. Can be html and/or plain text |
Replication Flags
- None
Security Flags
- No access control via user's Role.