Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| pkSuppLevelType | int identity | 4 | √ | null |
|
|
Type classification - Category or classification type for SupportLevelType records |
|
| SuppLevelDesc | varchar | 100 | √ | null |
|
|
Support level description - Description of the support level and its features |
|
| ContractLevel | int | 4 | √ | null |
|
|
Contract level - Contract tier associated with this support level |
|
| Level1 | int | 4 | √ | null |
|
|
Level 1 support - Basic support tier availability |
|
| Level2 | int | 4 | √ | null |
|
|
Level 2 support - Advanced support tier availability |
|
| Level3 | int | 4 | √ | null |
|
|
Level 3 support - Expert support tier availability |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK__SupportLevelType__3513BDEB | Primary key | Asc | pkSuppLevelType |