hotlist Table (363)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
The table is used by the hotlist to store the relationship between tickets and users
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| id | The primary key (auto-incremented) | PK | |
| user_id | The reference to the user. | FK ejuser | |
| ticket_id | The ticket the user what to have in his hotlist | FK ticket |

Indexes
| Fields | Types | Description |
|---|---|---|
| id | PK | Clustered, Unique |
| user_id | FK | Index |
| ticket_id | FK | Index |
Relationships
| Table | Description |
|---|---|
| ejuser | This table contains entries for the users of the system. |
| 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.