title: "Profession (table)" category: reference tags: [table, profession, datamodel] source: database-schema.json date: 2026-04-17 status: published
dba.Profession
Schema: dba
Aantal kolommen: 12
Zie ook de entity-pagina: ../entities/Profession
Kolommenbewerken
| Kolom | Type | Nullable | Default | Identity |
|---|---|---|---|---|
ProfId |
nvarchar(6) | Nee | — | — |
ProfDescr |
nvarchar(200) | Ja | — | — |
ProfContext |
bigint | Nee | ((0)) | — |
ProfRecStatus |
int | Nee | ((0)) | — |
ProfDataProvider |
nvarchar(50) | Ja | — | — |
ProfExported |
smallint | Nee | ((0)) | — |
ProfExternalId |
nvarchar(50) | Ja | — | — |
ProfExternalStatus |
nvarchar(50) | Ja | — | — |
ProfProviderMutDate |
datetimeoffset(7) | Ja | — | — |
ProfRecCreateDate |
datetimeoffset(7) | Ja | (sysdatetimeoffset()) | — |
ProfText |
nvarchar(max) | Ja | — | — |
ProfTransferNextTime |
smallint | Nee | ((0)) | — |
Brondatabewerken
- DB-schema —
lookup_table_schema("Profession")Alle kolommen met types, triggers, computed. Bron:database-schema.json. - Entity-model —
lookup_entity("Profession")· ../entities/Profession Properties, contexts, statussen. Bron:Entities.xml.