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

# user_attribute table

> This table is used for storing various attributes for users.

## user\_attribute Table (403)

This table is used for storing various attributes for users.

## Fields

| Name       | Description                              | Type                      | Nullable |
| ---------- | ---------------------------------------- | ------------------------- | :------: |
| id         | The primary key (auto-incremented)       | PK                        |    No    |
| user\_id   | The user associated with this attribute. | FK [ejuser](./ejuser.mdx) |    No    |
| att\_key   | An identifying string key for the entry  | String(255)               |    No    |
| att\_value | The value of the attribute.              | Clob                      |    Yes   |

<img src="https://mintcdn.com/superofficeas-bugfix-ty-screen-designer-paradox/K-xlYeRVgDTkPUCX/media/loc/en/database/tables/user_attribute.png?fit=max&auto=format&n=K-xlYeRVgDTkPUCX&q=85&s=7565082d0cf2703cad64ba4b90b238b7" alt="user_attribute table relationship diagram" width="399" height="59" data-path="media/loc/en/database/tables/user_attribute.png" />

## Indexes

| Fields   | Types       | Description |
| -------- | ----------- | ----------- |
| user\_id | FK          | Index       |
| att\_key | String(255) | Index       |

## Relationships

| Table              | Description                                              |
| ------------------ | -------------------------------------------------------- |
| [ejuser](./ejuser) | This table contains entries for the users of the system. |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.
