Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('pushnotificationtoken_id_seq'::regclass) |
|
|
||||
| user_id | serial | 10 | √ | nextval('pushnotificationtoken_user_id_seq'::regclass) |
|
|
||||
| installation_id | text | 2147483647 | null |
|
|
|||||
| platform | text | 2147483647 | null |
|
|
|||||
| token | text | 2147483647 | null |
|
|
|||||
| created_at | timestamptz | 35,6 | CURRENT_DATE |
|
|
|||||
| created_by | int4 | 10 | null |
|
|
|||||
| modified_at | timestamptz | 35,6 | CURRENT_DATE |
|
|
|||||
| modified_by | int4 | 10 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| push_notification_token_pkey | Primary key | Asc | id |
| push_notification_token_installation_id_platform_key | Must be unique | Asc/Asc | installation_id + platform |

