Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| pkUserCategoryID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each user category |
||||
| UserCategoryName | nvarchar | 510 | √ | null |
|
|
Category name - Name of the user category for classification purposes |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_UserCategory | Primary key | Asc | pkUserCategoryID |
