Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('mail_message_translation_id_seq'::regclass) |
|
|
|||||
| message_id | int4 | 10 | null |
|
|
Message |
|||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
||||
| source_lang | varchar | 2147483647 | null |
|
|
Source Language |
|||||
| target_lang | varchar | 2147483647 | null |
|
|
Target Language |
|||||
| body | text | 2147483647 | null |
|
|
Translation Body |
|||||
| create_date | timestamp | 29,6 | √ | null |
|
|
Create Date |
||||
| write_date | timestamp | 29,6 | √ | null |
|
|
Last Updated on |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| mail_message_translation_pkey | Primary key | Asc | id |
| mail_message_translation__create_date_index | Performance | Asc | create_date |
| mail_message_translation_unique | Must be unique | Asc/Asc | message_id + target_lang |

