title: "JobNotification (table)" category: reference tags: [table, jobnotification, datamodel] source: database-schema.json date: 2026-04-17 status: published
dba.JobNotification
Schema: dba
Aantal kolommen: 14
Zie ook de entity-pagina: ../entities/JobNotification
Kolommenbewerken
| Kolom | Type | Nullable | Default | Identity |
|---|---|---|---|---|
JobnId |
nvarchar(11) | Nee | — | — |
JobnContext |
bigint | Nee | ((0)) | — |
JobnRecStatus |
int | Nee | ((0)) | — |
JobnCompId |
nvarchar(6) | Nee | — | — |
JobnExported |
smallint | Nee | ((0)) | — |
JobnJobId |
nvarchar(12) | Ja | — | — |
JobnOnResponse |
smallint | Nee | ((0)) | — |
JobnPercentage |
decimal(21,0) | Nee | ((0)) | — |
JobnRecCreateDate |
datetimeoffset(7) | Ja | (sysdatetimeoffset()) | — |
JobnSendDate |
datetimeoffset(7) | Ja | — | — |
JobnSendEmail |
smallint | Nee | ((0)) | — |
JobnSendReminder |
smallint | Nee | ((0)) | — |
JobnSendToEmployee |
smallint | Nee | ((0)) | — |
JobnSendToManager |
smallint | Nee | ((0)) | — |
Brondatabewerken
- DB-schema —
lookup_table_schema("JobNotification")Alle kolommen met types, triggers, computed. Bron:database-schema.json. - Entity-model —
lookup_entity("JobNotification")· ../entities/JobNotification Properties, contexts, statussen. Bron:Entities.xml.