Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('node_attributes_references_id_seq'::regclass) |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
| country_id | int8 | 19 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
| commodity_id | int4 | 10 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
| latest | bool | 1 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
| updated | timestamptz | 35,6 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
| version | text | 2147483647 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
| version_type | version_type | 2147483647 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
| suffix | text | 2147483647 | √ | ''::text |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
| title | text | 2147483647 | √ | get_node_attributes_generated_title(country_id, commodity_id, version, version_type, suffix) |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
| parent_ref_id | int4 | 10 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
| old_title | text | 2147483647 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
| other_parent_ref_id | int4 | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| node_attributes_references_pkey | Primary key | Asc | id |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| commodity_is_primary | (commodity_is_primary(com_id)) |

