Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ControlTypeID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each control type |
|
| ControlType | varchar | 50 | √ | null |
|
|
Control type name - Name of the control type |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_ControlType | Primary key | Asc | ControlTypeID |
