Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('config.i18n_core_id_seq'::regclass) |
|
|
|||||
| fq_field | text | 2147483647 | null |
|
|
||||||
| identity_value | text | 2147483647 | null |
|
|
||||||
| translation | text | 2147483647 | null |
|
|
||||||
| string | text | 2147483647 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| i18n_core_pkey | Primary key | Asc | id |
| i18n_identity | Must be unique | Asc/Asc/Asc | fq_field + identity_value + translation |
