title: "DayProgramme (table)" category: reference tags: [table, dayprogramme, datamodel] source: database-schema.json date: 2026-04-17 status: published
dba.DayProgramme
Schema: dba
Aantal kolommen: 11
Zie ook de entity-pagina: ../entities/DayProgramme
Kolommenbewerken
| Kolom | Type | Nullable | Default | Identity |
|---|---|---|---|---|
DpId |
nvarchar(9) | Nee | — | — |
DpDescr |
nvarchar(200) | Ja | — | — |
DpContext |
bigint | Nee | ((0)) | — |
DpRecStatus |
int | Nee | ((0)) | — |
DpDataProvider |
nvarchar(50) | Ja | — | — |
DpExported |
smallint | Nee | ((0)) | — |
DpExternalId |
nvarchar(50) | Ja | — | — |
DpExternalStatus |
nvarchar(50) | Ja | — | — |
DpProviderMutDate |
datetimeoffset(7) | Ja | — | — |
DpRecCreateDate |
datetimeoffset(7) | Ja | (sysdatetimeoffset()) | — |
DpTransferNextTime |
smallint | Nee | ((0)) | — |
Brondatabewerken
- DB-schema —
lookup_table_schema("DayProgramme")Alle kolommen met types, triggers, computed. Bron:database-schema.json. - Entity-model —
lookup_entity("DayProgramme")· ../entities/DayProgramme Properties, contexts, statussen. Bron:Entities.xml.