Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
client_id | BIGINT | 19 | √ | NULL |
|
|
||||
group_id | BIGINT | 19 | √ | NULL |
|
|
||||
role_cv_id | INT | 10 | √ | NULL |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
FK_grouprole_m_codevalue | Performance | Asc | role_cv_id |
FKGroupRoleClientId | Performance | Asc | client_id |
FKGroupRoleGroupId | Performance | Asc | group_id |
UNIQUE_GROUP_ROLES | Must be unique | Asc/Asc/Asc | client_id + group_id + role_cv_id |