message_customers Table (260)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
This table contains all cutomers who are involved in a message
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| id | The primary key (auto-incremented) | PK | |
| message_id | The id of the message the customer is involved in | FK ej_message | |
| customer_id | The id of the customer who has received this message, or another message in this ticket | FK person | |
| The email-adresse used in this message | String(255) | ● |

Indexes
| Fields | Types | Description |
|---|---|---|
| id | PK | Clustered, Unique |
| message_id | FK | Index |
| customer_id | FK | Index |
Relationships
| Table | Description |
|---|---|
| ej_message | This table contains the messages listed under tickets. |
| person | Persons |
Replication Flags
- None
Security Flags
- No access control via user's Role.