Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|
ecocode_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
||||
date_updated | timestamptz | 35,6 | √ |
|
|
|||||
ecocode_definition_id | int4 | 10 | √ |
|
|
Specifies the ecocode definition this ecocode belongs to. |
||||
taxon_id | int4 | 10 | √ |
|
|
Specifies the taxonomic unit related to this record. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_ecocodes_pkey | Primary key | Asc | ecocode_id |
idx_ecocodes_ecocode_definition_id | Performance | Asc | ecocode_definition_id |
idx_ecocodes_taxon_id | Performance | Asc | taxon_id |