Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| pkUserPayTypeID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each user pay type |
||||
| UserPayTypeName | nvarchar | 510 | √ | null |
|
|
Pay type name - Name of the pay type (Salary, Hourly, Contract, etc.) |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_UserPayType | Primary key | Asc | pkUserPayTypeID |
