ticket_customers Table (264)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
This table allows several customers to be connected to several tickets (many-to-many)
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| id | The primary key (auto-incremented) | PK | |
| ticket_id | Reference to a ticket | FK ticket | |
| customer_id | Reference to a customer | FK person |

Indexes
| Fields | Types | Description |
|---|---|---|
| id | PK | Clustered, Unique |
| ticket_id | FK | Index |
| customer_id | FK | Index |
| ticket_id, customer_id | FK, FK | Index |
Relationships
| Table | Description |
|---|---|
| person | Persons |
| ticket | This table contains the tickets (requests) of the system. Its purpose should be evident. |
Replication Flags
- None
Security Flags
- No access control via user's Role.