title: "WorkSchedulePart (table)" category: reference tags: [table, workschedulepart, datamodel] source: database-schema.json date: 2026-04-17 status: published
dba.WorkSchedulePart
Schema: dba
Aantal kolommen: 25
Zie ook de entity-pagina: ../entities/WorkSchedulePart
Kolommenbewerken
| Kolom | Type | Nullable | Default | Identity |
|---|---|---|---|---|
WspWsId |
nvarchar(8) | Nee | — | — |
WspLineId |
nvarchar(10) | Nee | — | — |
WspContext |
bigint | Nee | ((0)) | — |
WspRecStatus |
int | Nee | ((0)) | — |
WspExported |
smallint | Nee | ((0)) | — |
WspNonDefFrom1 |
time(7) | Ja | — | — |
WspNonDefFrom2 |
time(7) | Ja | — | — |
WspNonDefFrom3 |
time(7) | Ja | — | — |
WspNonDefFrom4 |
time(7) | Ja | — | — |
WspNonDefFrom5 |
time(7) | Ja | — | — |
WspNonDefTill1 |
time(7) | Ja | — | — |
WspNonDefTill2 |
time(7) | Ja | — | — |
WspNonDefTill3 |
time(7) | Ja | — | — |
WspNonDefTill4 |
time(7) | Ja | — | — |
WspNonDefTill5 |
time(7) | Ja | — | — |
WspRecCreateDate |
datetimeoffset(7) | Ja | (sysdatetimeoffset()) | — |
WspStart |
date | Nee | — | — |
WspworkKind |
nvarchar(1) | Nee | ('D') | — |
WspNonDefWork |
smallint | Nee | — | — |
WspNonworking |
smallint | Nee | — | — |
WspDataProvider |
nvarchar(50) | Ja | — | — |
WspProviderMutDate |
datetimeoffset(7) | Ja | — | — |
WspTransferNextTime |
smallint | Nee | ((0)) | — |
WspExternalId |
nvarchar(50) | Ja | — | — |
WspExternalStatus |
nvarchar(50) | Ja | — | — |
Computed columnsbewerken
WspNonDefWork—(CONVERT([smallint],case when [WspWorkKind]='C' then (1) else (0) end))WspNonworking—(CONVERT([smallint],case when [WspWorkKind]='N' then (1) else (0) end))
Brondatabewerken
- DB-schema —
lookup_table_schema("WorkSchedulePart")Alle kolommen met types, triggers, computed. Bron:database-schema.json. - Entity-model —
lookup_entity("WorkSchedulePart")· ../entities/WorkSchedulePart Properties, contexts, statussen. Bron:Entities.xml.