# | Column Name | Nullable | Data Type | Max Length | Description |
---|---|---|---|---|---|
1 | id | integer | 0 | ||
2 | culture_code | text | 0 | ||
3 | key | text | 0 | ||
4 | value | text | 0 |
# | Column Name | Key Name | References |
---|---|---|---|
2 | culture_code | localized_resources_culture_code_fkey | localization.cultures.culture_code |
Index Name | Owner | Access Method | Definition | Description |
---|---|---|---|---|
localized_resources_pkey | postgres | btree | id | |
localized_resources_culture_key_uix | postgres | btree | upper(culture_code) upper(key) |
Constraint Name | Description |
---|
# | Column Name | Default |
---|---|---|
1 | id | nextval('localization.localized_resources_id_seq'::regclass) |
Trigger Name | Targets | On Event | Timing | Condition | Order | Orientation | Description |
---|