title: "WorkSchedulePartDay (table)" category: reference tags: [table, workschedulepartday, datamodel] source: database-schema.json date: 2026-04-17 status: published
dba.WorkSchedulePartDay
Schema: dba
Aantal kolommen: 24
Zie ook de entity-pagina: ../entities/WorkSchedulePartDay
Kolommenbewerken
| Kolom | Type | Nullable | Default | Identity |
|---|---|---|---|---|
WspdWsId |
nvarchar(8) | Nee | — | — |
WspdDay |
nvarchar(3) | Nee | — | — |
WspdContext |
bigint | Nee | ((0)) | — |
WspdRecStatus |
int | Nee | ((0)) | — |
WspdExported |
smallint | Nee | ((0)) | — |
WspdNonDefFrom1 |
time(7) | Ja | — | — |
WspdNonDefFrom2 |
time(7) | Ja | — | — |
WspdNonDefFrom3 |
time(7) | Ja | — | — |
WspdNonDefFrom4 |
time(7) | Ja | — | — |
WspdNonDefFrom5 |
time(7) | Ja | — | — |
WspdNonDefTill1 |
time(7) | Ja | — | — |
WspdNonDefTill2 |
time(7) | Ja | — | — |
WspdNonDefTill3 |
time(7) | Ja | — | — |
WspdNonDefTill4 |
time(7) | Ja | — | — |
WspdNonDefTill5 |
time(7) | Ja | — | — |
WspdRecCreateDate |
datetimeoffset(7) | Ja | (sysdatetimeoffset()) | — |
WspdWorkKind |
nvarchar(1) | Nee | ('D') | — |
WspdNonDefWork |
smallint | Nee | — | — |
WspdNonworking |
smallint | Nee | — | — |
WspdDataProvider |
nvarchar(50) | Ja | — | — |
WspdProviderMutDate |
datetimeoffset(7) | Ja | — | — |
WspdTransferNextTime |
smallint | Nee | ((0)) | — |
WspdExternalId |
nvarchar(50) | Ja | — | — |
WspdExternalStatus |
nvarchar(50) | Ja | — | — |
Computed columnsbewerken
WspdNonDefWork—(CONVERT([smallint],case when [WspdWorkKind]='C' then (1) else (0) end))WspdNonworking—(CONVERT([smallint],case when [WspdWorkKind]='N' then (1) else (0) end))
Brondatabewerken
- DB-schema —
lookup_table_schema("WorkSchedulePartDay")Alle kolommen met types, triggers, computed. Bron:database-schema.json. - Entity-model —
lookup_entity("WorkSchedulePartDay")· ../entities/WorkSchedulePartDay Properties, contexts, statussen. Bron:Entities.xml.