ejsel_ejsel Table (392)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
This table defines sources for complex selections in a many/many relationship
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| id | Primary key | PK | |
| parent | The id of the selection for which this item is a source | FK ejselection | |
| child | The id of the child item selection | FK ejselection | |
| operation | The operation to be performed when this source is added to the selection | Int | |
| order_pos | The order in which the operations are performed | Int |

Indexes
| Fields | Types | Description |
|---|---|---|
| id | PK | Clustered, Unique |
| parent | FK | Index |
| child | FK | Index |
| operation | Int | Index |
| order_pos | Int | Index |
Relationships
| Table | Description |
|---|---|
| ejselection | This table stores selections, dynamic groups. |
Replication Flags
- None
Security Flags
- No access control via user's Role.