> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# hotlist table

> The table is used by the hotlist to store the relationship between tickets and users

## hotlist Table (363)

The table is used by the hotlist to store the relationship between tickets and users

## Fields

| Name       | Description                                     | Type                      | Nullable |
| ---------- | ----------------------------------------------- | ------------------------- | :------: |
| id         | The primary key (auto-incremented)              | PK                        |    No    |
| user\_id   | The reference to the user.                      | FK [ejuser](./ejuser.mdx) |    No    |
| ticket\_id | The ticket the user what to have in his hotlist | FK [ticket](./ticket.mdx) |    No    |

<img src="https://mintcdn.com/superofficeas-bugfix-ty-screen-designer-paradox/bBv7ep-d5A4oaYwj/media/loc/en/database/tables/hotlist.png?fit=max&auto=format&n=bBv7ep-d5A4oaYwj&q=85&s=730a0fdef7f40b9ab728c2e67f22a504" alt="hotlist table relationship diagram" width="551" height="59" data-path="media/loc/en/database/tables/hotlist.png" />

## Indexes

| Fields     | Types | Description |
| ---------- | ----- | ----------- |
| user\_id   | FK    | Index       |
| ticket\_id | FK    | Index       |

## Relationships

| Table              | Description                                                                              |
| ------------------ | ---------------------------------------------------------------------------------------- |
| [ejuser](./ejuser) | This table contains entries for the users of the system.                                 |
| [ticket](./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.
