Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
user_group_stage_id | BIGINT UNSIGNED | 20 | √ | null |
|
|
||||
context_id | BIGINT | 19 | null |
|
|
|||||
user_group_id | BIGINT | 19 | null |
|
|
|||||
stage_id | BIGINT | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | user_group_stage_id |
user_group_stage_context_id | Performance | Asc | context_id |
user_group_stage_stage_id | Performance | Asc | stage_id |
user_group_stage_unique | Must be unique | Asc/Asc/Asc | context_id + user_group_id + stage_id |
user_group_stage_user_group_id | Performance | Asc | user_group_id |