s_list_element Table (345)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
Elements in a static list.
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| id | Primary key | PK | |
| list_id | Which list this element belongs to | FK s_list | |
| address | The email address of this element | String(255) | |
| name | The name of the recipient | String(255) | ● |
| sms | The sms number for this element | String(255) | |
| status | Status for the statical list element | Enum ElementStatus |

Indexes
| Fields | Types | Description |
|---|---|---|
| id | PK | Clustered, Unique |
| list_id | FK | Index |
| address | String(255) | Index |
| sms | String(255) | Index |
Relationships
| Table | Description |
|---|---|
| s_list | A list, dynamic or static |
Replication Flags
- None
Security Flags
- No access control via user's Role.