title: "Priority (table)" category: reference tags: [table, priority, datamodel] source: database-schema.json date: 2026-04-17 status: published
dba.Priority
Schema: dba
Aantal kolommen: 21
Zie ook de entity-pagina: ../entities/Priority
Kolommenbewerken
| Kolom | Type | Nullable | Default | Identity |
|---|---|---|---|---|
PriId |
nvarchar(4) | Nee | — | — |
PriDescr |
nvarchar(200) | Ja | — | — |
PriContext |
bigint | Nee | ((1)) | — |
PriRecStatus |
int | Nee | ((0)) | — |
PriCalculateDateReferencePoint |
int | Nee | ((0)) | — |
PriConvertedDurationToHours |
smallint | Nee | ((1)) | — |
PriDataProvider |
nvarchar(50) | Ja | — | — |
PriDurationUntilScheduledStartDate |
decimal(21,2) | Nee | ((0)) | — |
PriDurationUntilTargetDate |
decimal(21,2) | Nee | ((0)) | — |
PriEmergency |
smallint | Nee | ((0)) | — |
PriExported |
smallint | Nee | ((0)) | — |
PriExternalId |
nvarchar(50) | Ja | — | — |
PriExternalStatus |
nvarchar(50) | Ja | — | — |
PriIcon |
nvarchar(50) | Ja | — | — |
PriProviderMutDate |
datetimeoffset(7) | Ja | — | — |
PriRecCreateDate |
datetimeoffset(7) | Ja | (sysdatetimeoffset()) | — |
PriSetScheduledStartDateToStartOfWorkingDay |
smallint | Nee | ((0)) | — |
PriSetTargetDateToEndOfWorkingDay |
smallint | Nee | ((0)) | — |
PriSortSequence |
smallint | Nee | ((0)) | — |
PriTransferNextTime |
smallint | Nee | ((0)) | — |
PriSendNotification |
smallint | Nee | ((0)) | — |
Brondatabewerken
- DB-schema —
lookup_table_schema("Priority")Alle kolommen met types, triggers, computed. Bron:database-schema.json. - Entity-model —
lookup_entity("Priority")· ../entities/Priority Properties, contexts, statussen. Bron:Entities.xml.