Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('campaign_notification_id_seq'::regclass) |
|
|
|||||
| campaign_id | varchar | 8 | null |
|
|
||||||
| send_time | timestamptz | 35,6 | √ | null |
|
|
|||||
| push_notification_status | varchar | 16 | √ | null |
|
|
|||||
| email_status | varchar | 16 | √ | null |
|
|
|||||
| created_at | timestamptz | 35,6 | √ | now() |
|
|
|||||
| updated_at | timestamptz | 35,6 | √ | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| campaign_notification_pkey | Primary key | Asc | id |