push_notification_deliveries rows
Inspect real data stored in Neon for this table.
Table
push_notification_deliveries
Schema
public
Columns
9
Storage
80.0 KB
Column schema
Column names and Postgres data types for this table.
idbigintnotification_iduuidexpo_push_tokentextexternal_user_idtextticket_idtextstatustexterrortextcreated_attimestamp with time zoneupdated_attimestamp with time zone
Sample rows
Showing the first 2 rows from this table.
| id | notification_id | expo_push_token | external_user_id | ticket_id | status | error | created_at | updated_at |
|---|---|---|---|---|---|---|---|---|
| 10 | b1f54cca-a4db-4abc-a057-8ed994be13e1 | ExponentPushToken[demo-yvette-complete-01] | 001Nu000003uwsRIAQ | null | device_not_registered | DeviceNotRegistered | "2026-07-07T02:09:56.834Z" | "2026-07-07T02:09:56.834Z" |
| 11 | f1b55f63-0392-4e0f-bb9c-4a652c755afb | ExponentPushToken[demo-test-outstanding-01] | 001Nu00000FeBJgIAN | null | device_not_registered | DeviceNotRegistered | "2026-07-07T02:24:16.634Z" | "2026-07-07T02:24:16.634Z" |