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

# s_list_customer table

> Elements in a customer list.

## s\_list\_customer Table (346)

Elements in a customer 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    |
| customer\_id |                                    | FK [person](./person.mdx)  |    No    |

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

## Indexes

| Fields       | Types | Description |
| ------------ | ----- | ----------- |
| list\_id     | FK    | Index       |
| customer\_id | FK    | Index       |

## Relationships

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

## Replication Flags

* None

## Security Flags

* No access control via user's Role.
