Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| pkUserConfig | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each user configuration assignment |
||||
| fkUserID | int | 4 | √ | null |
|
|
User reference - Links to the user account (AccessUser.UserID) |
||||
| fkconfigID | int | 4 | √ | null |
|
|
Configuration reference - Links to the custom configuration (CustomConfig.configID) |
||||
| DisplayOrder | int | 4 | √ | null |
|
|
Display order - Order in which configurations are applied or displayed |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_UserInCustomConfig | Primary key | Asc | pkUserConfig |
