category_membership Table (270)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
This table connects users to categories (many-to-many).
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| id | The primary key (auto-incremented) | PK | |
| category_id | The reference to the category. | FK ej_category | |
| user_id | The reference to the ej user. | FK ejuser | |
| weight | The proportion used for weighted delegation within category if weighted assignment is active. 0 = no automatic assignment. | Short | ● |
| is_defined_by_usergroup | Specifies if membership was defined by usergroup via ejCategoryGroup | Bool |

Indexes
| Fields | Types | Description |
|---|---|---|
| id | PK | Clustered, Unique |
| category_id | FK | Index |
| user_id | FK | Index |
Relationships
| Table | Description |
|---|---|
| ej_category | This table contains categories, in which tickets are categorized. The categories are organized in a hierarchial manner. |
| ejuser | This table contains entries for the users of the system. |
Replication Flags
- None
Security Flags
- No access control via user's Role.