title: "PermitType (table)" category: reference tags: [table, permittype, datamodel] source: database-schema.json date: 2026-04-17 status: published
dba.PermitType
Schema: dba
Aantal kolommen: 16
Zie ook de entity-pagina: ../entities/PermitType
Kolommenbewerken
| Kolom | Type | Nullable | Default | Identity |
|---|---|---|---|---|
PermtId |
nvarchar(4) | Nee | — | — |
PermtContext |
bigint | Nee | ((0)) | — |
PermtRecStatus |
int | Nee | ((0)) | — |
PermtExported |
smallint | Nee | ((0)) | — |
PermtRecCreateDate |
datetimeoffset(7) | Nee | (sysdatetimeoffset()) | — |
PermtDescr |
nvarchar(36) | Ja | — | — |
PermtSymbolImageFile |
nvarchar(max) | Ja | — | — |
PermtCreatedDate |
datetimeoffset(7) | Ja | — | — |
PermtApprovedDate |
datetimeoffset(7) | Ja | — | — |
PermtCreatedEmpId |
nvarchar(9) | Ja | — | — |
PermtApprovedEmpId |
nvarchar(9) | Ja | — | — |
PermtDataProvider |
nvarchar(50) | Ja | — | — |
PermtProviderMutDate |
datetimeoffset(7) | Ja | — | — |
PermtTransferNextTime |
smallint | Nee | ((0)) | — |
PermtExternalId |
nvarchar(50) | Ja | — | — |
PermtExternalStatus |
nvarchar(50) | Ja | — | — |
Brondatabewerken
- DB-schema —
lookup_table_schema("PermitType")Alle kolommen met types, triggers, computed. Bron:database-schema.json. - Entity-model —
lookup_entity("PermitType")· ../entities/PermitType Properties, contexts, statussen. Bron:Entities.xml.