title: "WorkSchedulePartWeek (table)" category: reference tags: [table, workschedulepartweek, datamodel] source: database-schema.json date: 2026-04-17 status: published
dba.WorkSchedulePartWeek
Schema: dba
Aantal kolommen: 24
Zie ook de entity-pagina: ../entities/WorkSchedulePartWeek
Kolommenbewerken
| Kolom | Type | Nullable | Default | Identity |
|---|---|---|---|---|
WspwWsId |
nvarchar(8) | Nee | — | — |
WspwWeek |
smallint | Nee | ((0)) | — |
WspwContext |
bigint | Nee | ((0)) | — |
WspwRecStatus |
int | Nee | ((0)) | — |
WspwExported |
smallint | Nee | ((0)) | — |
WspwNonDefFrom1 |
time(7) | Ja | — | — |
WspwNonDefFrom2 |
time(7) | Ja | — | — |
WspwNonDefFrom3 |
time(7) | Ja | — | — |
WspwNonDefFrom4 |
time(7) | Ja | — | — |
WspwNonDefFrom5 |
time(7) | Ja | — | — |
WspwNonDefTill1 |
time(7) | Ja | — | — |
WspwNonDefTill2 |
time(7) | Ja | — | — |
WspwNonDefTill3 |
time(7) | Ja | — | — |
WspwNonDefTill4 |
time(7) | Ja | — | — |
WspwNonDefTill5 |
time(7) | Ja | — | — |
WspwRecCreateDate |
datetimeoffset(7) | Ja | (sysdatetimeoffset()) | — |
WspwWorkKind |
nvarchar(1) | Nee | ('D') | — |
WspwNonDefWork |
smallint | Nee | — | — |
WspwNonworking |
smallint | Nee | — | — |
WspwDataProvider |
nvarchar(50) | Ja | — | — |
WspwProviderMutDate |
datetimeoffset(7) | Ja | — | — |
WspwTransferNextTime |
smallint | Nee | ((0)) | — |
WspwExternalId |
nvarchar(50) | Ja | — | — |
WspwExternalStatus |
nvarchar(50) | Ja | — | — |
Computed columnsbewerken
WspwNonDefWork—(CONVERT([smallint],case when [WspwWorkKind]='C' then (1) else (0) end))WspwNonworking—(CONVERT([smallint],case when [WspwWorkKind]='N' then (1) else (0) end))
Brondatabewerken
- DB-schema —
lookup_table_schema("WorkSchedulePartWeek")Alle kolommen met types, triggers, computed. Bron:database-schema.json. - Entity-model —
lookup_entity("WorkSchedulePartWeek")· ../entities/WorkSchedulePartWeek Properties, contexts, statussen. Bron:Entities.xml.