title: "PushNotification (table)" category: reference tags: [table, pushnotification, datamodel] source: database-schema.json date: 2026-04-17 status: published
dba.PushNotification
Schema: dba
Aantal kolommen: 10
Zie ook de entity-pagina: ../entities/PushNotification
Kolommenbewerken
| Kolom | Type | Nullable | Default | Identity |
|---|---|---|---|---|
PNId |
uniqueidentifier | Nee | — | — |
PNCONTEXT |
bigint | Nee | ((0)) | — |
PNRECSTATUS |
int | Nee | ((0)) | — |
PNEXPORTED |
smallint | Nee | ((0)) | — |
PNFailureReason |
nvarchar(255) | Ja | — | — |
PNRecCreateDate |
datetimeoffset(7) | Nee | (sysdatetimeoffset()) | — |
PNRemId |
nvarchar(9) | Nee | — | — |
PNUseId |
nvarchar(50) | Nee | — | — |
PNFcmV1NotificationId |
nvarchar(200) | Ja | — | — |
PNApnsNotificationId |
nvarchar(200) | Ja | — | — |
Brondatabewerken
- DB-schema —
lookup_table_schema("PushNotification")Alle kolommen met types, triggers, computed. Bron:database-schema.json. - Entity-model —
lookup_entity("PushNotification")· ../entities/PushNotification Properties, contexts, statussen. Bron:Entities.xml.