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

# s_list_element table

> Elements in a static list.

## s\_list\_element Table (345)

Elements in a static list.

## Fields

| Name     | Description                          | Type                                            | Nullable |
| -------- | ------------------------------------ | ----------------------------------------------- | :------: |
| id       | Primary key                          | PK                                              |    No    |
| list\_id | Which list this element belongs to   | FK [s\_list](./s-list.mdx)                      |    No    |
| address  | The email address of this element    | String(255)                                     |    No    |
| name     | The name of the recipient            | String(255)                                     |    Yes   |
| sms      | The sms number for this element      | String(255)                                     |    No    |
| status   | Status for the statical list element | Enum [ElementStatus](./enums/elementstatus.mdx) |    No    |

<img src="https://mintcdn.com/superofficeas-worktree-351-fix-webapi-escaped-anchors/KsvSyGQJCWf4OHdL/media/loc/en/database/tables/s_list_element.png?fit=max&auto=format&n=KsvSyGQJCWf4OHdL&q=85&s=2da1dd71dbad041221a5b7a72a1708e4" alt="s_list_element table relationship diagram" width="406" height="59" data-path="media/loc/en/database/tables/s_list_element.png" />

## Indexes

| Fields   | Types       | Description |
| -------- | ----------- | ----------- |
| list\_id | FK          | Index       |
| address  | String(255) | Index       |
| sms      | String(255) | Index       |

## Relationships

| Table               | Description               |
| ------------------- | ------------------------- |
| [s\_list](./s-list) | A list, dynamic or static |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.
