Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| PayGroupID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each pay group |
||||
| RateGroupName | nvarchar | 1073741823 | √ | null |
|
|
Rate group name - Name of the rate group for compensation classification |
||||
| RateGroupDesc | varchar | 255 | √ | null |
|
|
Rate group description - Detailed description of the rate group and its compensation structure |
||||
| UserId | int | 4 | √ | null |
|
|
User reference - Links to the user who created or manages this pay group |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK__UserPayGroup__4EA8A765 | Primary key | Asc | PayGroupID |
