s_dyn_criteria Table (350)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
Contains criterias for a dynamic list.
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| id | Primary key | PK | |
| list_id | Connects the criteria to a list. | FK s_list | |
| sort_order | The order to sort the query. Not really relevant | Int | |
| field | Which field to test in this criteria | String(64) | |
| operator | Equals, gt, lt etc. | operator | |
| value | The value | String(64) | |
| log_op | And/or | log_op | ● |

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