title: "BuildingType (table)" category: reference tags: [table, buildingtype, datamodel] source: database-schema.json date: 2026-04-17 status: published
dba.BuildingType
Schema: dba
Aantal kolommen: 12
Zie ook de entity-pagina: ../entities/BuildingType
Kolommenbewerken
| Kolom | Type | Nullable | Default | Identity |
|---|---|---|---|---|
BldtId |
nvarchar(5) | Nee | — | — |
BldtDescr |
nvarchar(200) | Ja | — | — |
BldtContext |
bigint | Nee | ((0)) | — |
BldtRecStatus |
int | Nee | ((0)) | — |
BldtDataProvider |
nvarchar(50) | Ja | — | — |
BldtExported |
smallint | Nee | ((0)) | — |
BldtExternalId |
nvarchar(50) | Ja | — | — |
BldtExternalStatus |
nvarchar(50) | Ja | — | — |
BldtProviderMutDate |
datetimeoffset(7) | Ja | — | — |
BldtRecCreateDate |
datetimeoffset(7) | Ja | (sysdatetimeoffset()) | — |
BldtText |
nvarchar(max) | Ja | — | — |
BldtTransferNextTime |
smallint | Nee | ((0)) | — |
Brondatabewerken
- DB-schema —
lookup_table_schema("BuildingType")Alle kolommen met types, triggers, computed. Bron:database-schema.json. - Entity-model —
lookup_entity("BuildingType")· ../entities/BuildingType Properties, contexts, statussen. Bron:Entities.xml.