Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('mail_resend_partner_id_seq'::regclass) |
|
|
|||||
| notification_id | int4 | 10 | null |
|
|
Notification |
|||||
| resend_wizard_id | int4 | 10 | √ | null |
|
|
Resend wizard |
||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
||||
| message | varchar | 2147483647 | √ | null |
|
|
Error message |
||||
| resend | bool | 1 | √ | null |
|
|
Try Again |
||||
| create_date | timestamp | 29,6 | √ | null |
|
|
Created on |
||||
| write_date | timestamp | 29,6 | √ | null |
|
|
Last Updated on |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| mail_resend_partner_pkey | Primary key | Asc | id |

