title: "PushNotificationRegistration (table)" category: reference tags: [table, pushnotificationregistration, datamodel] source: database-schema.json date: 2026-04-17 status: published
dba.PushNotificationRegistration
Schema: dba
Aantal kolommen: 16
Zie ook de entity-pagina: ../entities/PushNotificationRegistration
Kolommenbewerken
| Kolom | Type | Nullable | Default | Identity |
|---|---|---|---|---|
PNRId |
uniqueidentifier | Nee | — | — |
PNRCONTEXT |
bigint | Nee | ((0)) | — |
PNRRECSTATUS |
int | Nee | ((0)) | — |
PNREXPORTED |
smallint | Nee | ((0)) | — |
PNRInstallationId |
nvarchar(255) | Nee | — | — |
PNRPushChannel |
nvarchar(255) | Ja | — | — |
PNRTag |
nvarchar(255) | Nee | — | — |
PNRRecCreateDate |
datetimeoffset(7) | Nee | (sysdatetimeoffset()) | — |
PNRUseId |
nvarchar(50) | Nee | — | — |
PNRDeviceModel |
nvarchar(50) | Ja | — | — |
PNRDeviceName |
nvarchar(50) | Ja | — | — |
PNRDeviceOsVersion |
nvarchar(50) | Ja | — | — |
PNRPlatform |
int | Nee | ((0)) | — |
PNRExpirationDateTime |
datetimeoffset(7) | Ja | — | — |
PNRExpirationReminderSent |
smallint | Nee | ((0)) | — |
PNRRemark |
nvarchar(max) | Ja | — | — |
Brondatabewerken
- DB-schema —
lookup_table_schema("PushNotificationRegistration")Alle kolommen met types, triggers, computed. Bron:database-schema.json. - Entity-model —
lookup_entity("PushNotificationRegistration")· ../entities/PushNotificationRegistration Properties, contexts, statussen. Bron:Entities.xml.