title: "RiskClass (table)" category: reference tags: [table, riskclass, datamodel] source: database-schema.json date: 2026-04-17 status: published
dba.RiskClass
Schema: dba
Aantal kolommen: 22
Zie ook de entity-pagina: ../entities/RiskClass
Kolommenbewerken
| Kolom | Type | Nullable | Default | Identity |
|---|---|---|---|---|
RiscId |
nvarchar(5) | Nee | — | — |
RiscDescr |
nvarchar(200) | Ja | — | — |
RiscContext |
bigint | Nee | ((0)) | — |
RiscRecStatus |
int | Nee | ((0)) | — |
RiscAbbreviation |
nvarchar(2) | Ja | — | — |
RiscApproveDate |
datetimeoffset(7) | Ja | — | — |
RiscApproveEmpId |
nvarchar(9) | Ja | — | — |
RiscColor |
nvarchar(10) | Ja | — | — |
RiscCreatedDate |
datetimeoffset(7) | Ja | — | — |
RiscCreatedEmpId |
nvarchar(9) | Ja | — | — |
RiscExported |
smallint | Nee | ((0)) | — |
RiscFromScore |
decimal(21,2) | Nee | ((0)) | — |
RiscRecCreateDate |
datetimeoffset(7) | Ja | (sysdatetimeoffset()) | — |
RiscRemarkText |
nvarchar(200) | Ja | — | — |
RiscTillScore |
decimal(21,2) | Nee | ((0)) | — |
RiscDataProvider |
nvarchar(50) | Ja | — | — |
RiscProviderMutDate |
datetimeoffset(7) | Ja | — | — |
RiscTransferNextTime |
smallint | Nee | ((0)) | — |
RiscExternalId |
nvarchar(50) | Ja | — | — |
RiscExternalStatus |
nvarchar(50) | Ja | — | — |
RiscCritical |
smallint | Nee | ((0)) | — |
RiscRisOcId |
nvarchar(9) | Ja | — | — |
Brondatabewerken
- DB-schema —
lookup_table_schema("RiskClass")Alle kolommen met types, triggers, computed. Bron:database-schema.json. - Entity-model —
lookup_entity("RiskClass")· ../entities/RiskClass Properties, contexts, statussen. Bron:Entities.xml.