Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| pkTempTypeID | int identity | 4 | √ | null |
|
|
Primary key - TemplateType unique identifier for each record |
|
| TempTypeName | varchar | 100 | √ | null |
|
|
Template type name - Name of the template type classification |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_TemplateType | Primary key | Asc | pkTempTypeID |