title: "PriceMutation (table)" category: reference tags: [table, pricemutation, datamodel] source: database-schema.json date: 2026-04-17 status: published
dba.PriceMutation
Schema: dba
Aantal kolommen: 18
Zie ook de entity-pagina: ../entities/PriceMutation
Kolommenbewerken
| Kolom | Type | Nullable | Default | Identity |
|---|---|---|---|---|
PrmuId |
nvarchar(12) | Nee | — | — |
PrmuDescr |
nvarchar(200) | Ja | — | — |
PrmuContext |
bigint | Nee | ((1)) | — |
PrmuRecStatus |
int | Nee | ((0)) | — |
PrmuApprvDate |
datetimeoffset(7) | Ja | — | — |
PrmuApprvEmpId |
nvarchar(9) | Ja | — | — |
PrmuCompId |
nvarchar(6) | Nee | — | — |
PrmuDataProvider |
nvarchar(50) | Ja | — | — |
PrmuDate |
datetimeoffset(7) | Ja | — | — |
PrmuExported |
smallint | Nee | ((0)) | — |
PrmuExternalId |
nvarchar(50) | Ja | — | — |
PrmuExternalStatus |
nvarchar(50) | Ja | — | — |
PrmuLgCode |
nvarchar(12) | Ja | — | — |
PrmuPrice |
decimal(21,5) | Nee | ((0)) | — |
PrmuProviderMutDate |
datetimeoffset(7) | Ja | — | — |
PrmuRecCreateDate |
datetimeoffset(7) | Ja | (sysdatetimeoffset()) | — |
PrmuSitId |
nvarchar(8) | Ja | — | — |
PrmuTransferNextTime |
smallint | Nee | ((0)) | — |
Brondatabewerken
- DB-schema —
lookup_table_schema("PriceMutation")Alle kolommen met types, triggers, computed. Bron:database-schema.json. - Entity-model —
lookup_entity("PriceMutation")· ../entities/PriceMutation Properties, contexts, statussen. Bron:Entities.xml.