title: "Appointment (table)" category: reference tags: [table, appointment, datamodel] source: database-schema.json date: 2026-04-17 status: published
dba.Appointment
Schema: dba
Aantal kolommen: 27
Zie ook de entity-pagina: ../entities/Appointment
Kolommenbewerken
| Kolom | Type | Nullable | Default | Identity |
|---|---|---|---|---|
AptId |
nvarchar(11) | Nee | — | — |
AptContext |
bigint | Nee | ((0)) | — |
AptRecStatus |
int | Nee | ((0)) | — |
AptAllDay |
smallint | Nee | ((0)) | — |
AptBody |
nvarchar(max) | Ja | — | — |
AptCanceled |
smallint | Nee | ((0)) | — |
AptCultureName |
nvarchar(50) | Ja | — | — |
AptEndDate |
datetimeoffset(7) | Nee | — | — |
AptErrorMessage |
nvarchar(max) | Ja | — | — |
AptExported |
smallint | Nee | ((0)) | — |
AptFailedCount |
int | Nee | ((0)) | — |
AptFrom |
nvarchar(255) | Ja | — | — |
AptFromEmpId |
nvarchar(9) | Ja | — | — |
AptIsBodyHtml |
smallint | Nee | ((0)) | — |
AptLanguage |
nvarchar(5) | Ja | — | — |
AptLastFailureTime |
datetimeoffset(7) | Ja | — | — |
AptLocation |
nvarchar(200) | Ja | — | — |
AptMarkAsFree |
smallint | Nee | ((0)) | — |
AptPrivate |
smallint | Nee | ((0)) | — |
AptRecCreateDate |
datetimeoffset(7) | Ja | (sysdatetimeoffset()) | — |
AptSendTime |
datetimeoffset(7) | Ja | — | — |
AptSequence |
int | Nee | ((0)) | — |
AptStartDate |
datetimeoffset(7) | Nee | — | — |
AptSubject |
nvarchar(200) | Ja | — | — |
AptTo |
nvarchar(max) | Ja | — | — |
AptToCancel |
nvarchar(max) | Ja | — | — |
AptUniqueIdentifier |
nvarchar(36) | Ja | — | — |
Brondatabewerken
- DB-schema —
lookup_table_schema("Appointment")Alle kolommen met types, triggers, computed. Bron:database-schema.json. - Entity-model —
lookup_entity("Appointment")· ../entities/Appointment Properties, contexts, statussen. Bron:Entities.xml.