title: "Operation (table)" category: reference tags: [table, operation, datamodel] source: database-schema.json date: 2026-04-17 status: published
dba.Operation
Schema: dba
Aantal kolommen: 12
Zie ook de entity-pagina: ../entities/Operation
Kolommenbewerken
| Kolom | Type | Nullable | Default | Identity |
|---|---|---|---|---|
OprId |
nvarchar(5) | Nee | — | — |
OprDescr |
nvarchar(200) | Ja | — | — |
OprContext |
bigint | Nee | ((0)) | — |
OprRecStatus |
int | Nee | ((0)) | — |
OprExported |
smallint | Nee | ((0)) | — |
OprRecCreateDate |
datetimeoffset(7) | Ja | (sysdatetimeoffset()) | — |
OprText |
nvarchar(max) | Ja | — | — |
OprDataProvider |
nvarchar(50) | Ja | — | — |
OprProviderMutDate |
datetimeoffset(7) | Ja | — | — |
OprTransferNextTime |
smallint | Nee | ((0)) | — |
OprExternalId |
nvarchar(50) | Ja | — | — |
OprExternalStatus |
nvarchar(50) | Ja | — | — |
Brondatabewerken
- DB-schema —
lookup_table_schema("Operation")Alle kolommen met types, triggers, computed. Bron:database-schema.json. - Entity-model —
lookup_entity("Operation")· ../entities/Operation Properties, contexts, statussen. Bron:Entities.xml.