Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('localisation_override_id_seq'::regclass) |
|
|
||
namespace | varchar | 100 | √ | null |
|
|
||
localisation_key | varchar | 200 | null |
|
|
|||
locale | bpchar | 2 | null |
|
|
|||
localisation_value | text | 2147483647 | null |
|
|
|||
created | timestamptz | 35,6 | CURRENT_TIMESTAMP |
|
|
|||
created_by | text | 2147483647 | null |
|
|
|||
updated | timestamptz | 35,6 | CURRENT_TIMESTAMP |
|
|
|||
updated_by | text | 2147483647 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
localisation_unique_key_check | Must be unique | Asc/Asc/Asc | namespace + localisation_key + locale |