Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('payment_reminders_id_seq'::regclass) |
|
|
||
| application_key | varchar | 256 | null |
|
|
|||
| application_id | int8 | 19 | null |
|
|
|||
| order_id | varchar | 256 | null |
|
|
|||
| message | text | 2147483647 | √ | ''::text |
|
|
||
| lang | varchar | 2 | null |
|
|
|||
| send_reminder_time | timestamptz | 35,6 | null |
|
|
|||
| status | payment_reminder_status | 2147483647 | √ | null |
|
|
||
| handled_at | timestamptz | 35,6 | √ | null |
|
|
||
| created_at | timestamptz | 35,6 | √ | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| payment_reminders_pkey | Primary key | Asc | id |
| payment_reminders_order_id_key | Must be unique | Asc | order_id |
