Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| BuildingUseToTypeId | int identity | 4 | √ | null |
|
|
|||||
| BuildingTypeId | int | 4 | √ | null |
|
|
|||||
| BuildingUseId | int | 4 | √ | null |
|
|
|||||
| IsActive | bit | 1 | √ | null |
|
|
|||||
| Version | int | 4 | √ | null |
|
|
|||||
| CreatedBy | nvarchar | 510 | √ | null |
|
|
|||||
| ValidFrom | datetime | 16,3 | √ | null |
|
|
|||||
| ValidTo | datetime | 16,3 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_BuildingUseToTypeId | Primary key | Asc | BuildingUseToTypeId |