Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| serviceTypeid | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each service type |
||||
| ServiceType | varchar | 10 | √ | null |
|
|
Service type code - Short code identifying the service type (e.g., ‘ST’, ‘OT’, ‘PT’, ‘SC’) |
||||
| ServiceDesc | varchar | 100 | √ | null |
|
|
Service description - Detailed description of the service type and its purpose |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK__ServiceType__5535A963 | Primary key | Asc | serviceTypeid |
