s_list_customer Table (346)
•
Environment: onsite, online
Some tooltip text!
• Less than 1 minute to read
• Less than 1 minute to read
Elements in a customer list.
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| id | Primary key | PK | |
| list_id | Which list this element belongs to | FK s_list | |
| customer_id | FK person |

Indexes
| Fields | Types | Description |
|---|---|---|
| id | PK | Clustered, Unique |
| list_id | FK | Index |
| customer_id | FK | Index |
Relationships
| Table | Description |
|---|---|
| person | Persons |
| s_list | A list, dynamic or static |
Replication Flags
- None
Security Flags
- No access control via user's Role.