Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| fkGroupID | int | 4 | √ | null |
|
|
Group reference - Links to UserGroup table for the user group receiving action permissions (foreign key to UserGroup.GroupID) |
||||
| fkActionID | int | 4 | √ | null |
|
|
Action reference - Links to specific action or operation that the group is permitted to perform |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| IX_ActionID | Performance | Asc | fkActionID |
| IX_GroupID | Performance | Asc | fkGroupID |
