Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('snailmail_letter_missing_required_fields_id_seq'::regclass) |
|
|
|||||
| partner_id | int4 | 10 | √ | null |
|
|
Partner |
||||
| letter_id | int4 | 10 | √ | null |
|
|
Letter |
||||
| state_id | int4 | 10 | √ | null |
|
|
State |
||||
| country_id | int4 | 10 | √ | null |
|
|
Country |
||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
||||
| street | varchar | 2147483647 | √ | null |
|
|
Street |
||||
| street2 | varchar | 2147483647 | √ | null |
|
|
Street2 |
||||
| zip | varchar | 2147483647 | √ | null |
|
|
Zip |
||||
| city | varchar | 2147483647 | √ | null |
|
|
City |
||||
| create_date | timestamp | 29,6 | √ | null |
|
|
Created on |
||||
| write_date | timestamp | 29,6 | √ | null |
|
|
Last Updated on |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| snailmail_letter_missing_required_fields_pkey | Primary key | Asc | id |

