Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|
taxonomy_notes_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
||||
biblio_id | int4 | 10 |
|
|
Specifies the publication that describes or mentions the taxonomy note. |
|||||
date_updated | timestamptz | 35,6 | √ |
|
|
|||||
taxon_id | int4 | 10 |
|
|
Specifies the taxonomic unit related to this record. |
|||||
taxonomy_notes | text | 2147483647 | √ |
|
|
Detailed notes about the taxon, including identification tips and relevant references. |
||||
taxonomy_notes_uuid | uuid | 2147483647 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_taxonomy_notes_pkey | Primary key | Asc | taxonomy_notes_id |
pk_tbl_taxonomy_notes | Must be unique | Asc | taxonomy_notes_uuid |