title: "DocumentType (table)" category: reference tags: [table, documenttype, datamodel] source: database-schema.json date: 2026-04-17 status: published
dba.DocumentType
Schema: dba
Aantal kolommen: 13
Zie ook de entity-pagina: ../entities/DocumentType
Kolommenbewerken
| Kolom | Type | Nullable | Default | Identity |
|---|---|---|---|---|
DoctId |
nvarchar(5) | Nee | — | — |
DoctDescr |
nvarchar(200) | Ja | — | — |
DoctContext |
bigint | Nee | ((0)) | — |
DoctRecStatus |
int | Nee | ((0)) | — |
DoctDataProvider |
nvarchar(50) | Ja | — | — |
DoctExported |
smallint | Nee | ((0)) | — |
DoctExternalId |
nvarchar(50) | Ja | — | — |
DoctExternalStatus |
nvarchar(50) | Ja | — | — |
DoctMTUserGuide |
smallint | Nee | ((0)) | — |
DoctProviderMutDate |
datetimeoffset(7) | Ja | — | — |
DoctRecCreateDate |
datetimeoffset(7) | Ja | (sysdatetimeoffset()) | — |
DoctTaskRiskAnalysis |
smallint | Nee | ((0)) | — |
DoctTransferNextTime |
smallint | Nee | ((0)) | — |
Brondatabewerken
- DB-schema —
lookup_table_schema("DocumentType")Alle kolommen met types, triggers, computed. Bron:database-schema.json. - Entity-model —
lookup_entity("DocumentType")· ../entities/DocumentType Properties, contexts, statussen. Bron:Entities.xml.