title: "JobWeek (table)" category: reference tags: [table, jobweek, datamodel] source: database-schema.json date: 2026-04-17 status: published
dba.JobWeek
Schema: dba
Aantal kolommen: 14
Zie ook de entity-pagina: ../entities/JobWeek
Kolommenbewerken
| Kolom | Type | Nullable | Default | Identity |
|---|---|---|---|---|
JobwJobId |
nvarchar(12) | Nee | — | — |
JobwWeek |
int | Nee | ((0)) | — |
JobwDescr |
nvarchar(200) | Ja | — | — |
JobwContext |
bigint | Nee | ((0)) | — |
JobwRecStatus |
int | Nee | ((0)) | — |
JobwCompId |
nvarchar(6) | Nee | — | — |
JobwExported |
smallint | Nee | ((0)) | — |
JobwExtSub |
decimal(21,5) | Nee | ((0)) | — |
JobwHours |
decimal(21,2) | Nee | ((0)) | — |
JobwLabSub |
decimal(21,5) | Nee | ((0)) | — |
JobwMatSub |
decimal(21,5) | Nee | ((0)) | — |
JobwPurchSub |
decimal(21,5) | Nee | ((0)) | — |
JobwRecCreateDate |
datetimeoffset(7) | Ja | (sysdatetimeoffset()) | — |
JobwTlsSub |
decimal(21,5) | Nee | ((0)) | — |
Trigger-gevulde kolommenbewerken
JobwHours← TRSD_JOBWEEKLAB, TRSM_JOBWEEKLABJobwLabSub← TRSD_JOBWEEKLAB, TRSM_JOBWEEKLAB
Brondatabewerken
- DB-schema —
lookup_table_schema("JobWeek")Alle kolommen met types, triggers, computed. Bron:database-schema.json. - Entity-model —
lookup_entity("JobWeek")· ../entities/JobWeek Properties, contexts, statussen. Bron:Entities.xml.