reply_template_attachment Table (278)
Some tooltip text!
• 1 minute to read
• 1 minute to read
This table is used to connect attachments to reply templates (many-to-many).
Fields
Name | Description | Type | Null |
---|---|---|---|
id | The primary key (auto-incremented) | PK | |
entry_id | The id of the reply_template this entry is connected to. | FK reply_template | |
attachment_id | The id of the attachment this entry is connected to. | FK attachment |
Indexes
Fields | Types | Description |
---|---|---|
id | PK | Clustered, Unique |
entry_id | FK | Index |
attachment_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. |
reply_template | Templates for automatic and manual replies to emails/sms organized hierachically |
Replication Flags
- None
Security Flags
- No access control via user's Role.