> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-worktree-351-fix-webapi-escaped-anchors.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-worktree-351-fix-webapi-escaped-anchors/OTSPuzFctnJmYaEn/media/loc/en/database/tables/user_attribute.png?fit=max&auto=format&n=OTSPuzFctnJmYaEn&q=85&s=343b871e8d9ce0ddca42923d6ea092d6" 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.
