Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| pkGroupAddonID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each group-addon association record |
||||
| fkGroupID | int | 4 | √ | null |
|
|
Group reference - Links to UserGroup table for the user group receiving addon access (foreign key to UserGroup.GroupID) |
||||
| fkAddonID | int | 4 | √ | null |
|
|
Addon reference - Links to addon or feature module being granted to the group |
||||
| AddonType | nvarchar | 20 | √ | null |
|
|
Addon type classification - Category or type of addon being associated with the group (e.g., ‘Feature’, ‘Module’, ‘Extension’) |
