> ## 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.

# message_id table

> This table links an email message id to an eJournal item

## message\_id Table (386)

This table links an email message id to an eJournal item

## Fields

| Name        | Description                               | Type        | Nullable |
| ----------- | ----------------------------------------- | ----------- | :------: |
| id          | Primary key                               | PK          |    No    |
| message\_id | The message id                            | String(255) |    No    |
| domain      | The domain to which this message id links | Int         |    No    |
| item\_id    | The id of the element this item links to  | Int         |    No    |

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

## Indexes

| Fields      | Types       | Description |
| ----------- | ----------- | ----------- |
| message\_id | String(255) | Index       |
| domain      | Int         | Index       |
| item\_id    | Int         | Index       |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.
