Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| SchemeAttributeTypeId | int identity | 4 | √ | null |
|
|
||||||||
| SchemeAttributeTypeCategoryId | int | 4 | √ | null |
|
|
||||||||
| SchemeAttributeTypeName | nvarchar | 510 | √ | null |
|
|
||||||||
| Description | nvarchar | 1000 | √ | null |
|
|
||||||||
| DataType | nvarchar | 510 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_SchemeAttributeTypeId | Primary key | Asc | SchemeAttributeTypeId |
| IX_SchemeAttributeType_PK_Covering | Performance | Asc | SchemeAttributeTypeId |