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

# role_member table

> Users linked to a role. Deprecated.

## role\_member Table (324)

Users linked to a role. Deprecated.

## Fields

| Name   | Description                        | Type                         | Nullable |
| ------ | ---------------------------------- | ---------------------------- | :------: |
| id     | The primary key (auto-incremented) | PK                           |    No    |
| role   | The id of the group.               | FK [ej\_role](./ej-role.mdx) |    No    |
| ejuser | The id of the user.                | FK [ejuser](./ejuser.mdx)    |    No    |

<img src="https://mintcdn.com/superofficeas-bugfix-ty-screen-designer-paradox/G4reeQVP-LmhQATQ/media/loc/en/database/tables/role_member.png?fit=max&auto=format&n=G4reeQVP-LmhQATQ&q=85&s=1a73b425076b57c2d65e79ec34bae5a8" alt="role_member table relationship diagram" width="598" height="59" data-path="media/loc/en/database/tables/role_member.png" />

## Indexes

| Fields | Types | Description |
| ------ | ----- | ----------- |
| role   | FK    | Index       |
| ejuser | FK    | Index       |

## Relationships

| Table                 | Description                                                                  |
| --------------------- | ---------------------------------------------------------------------------- |
| [ej\_role](./ej-role) | Define access rights, memberships and other properties for role user members |
| [ejuser](./ejuser)    | This table contains entries for the users of the system.                     |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.
