Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|
biology_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
||||
biblio_id | int4 | 10 |
|
|
Specifies the publication detailing the biological information. |
|||||
biology_text | text | 2147483647 | √ |
|
|
Descriptive text providing ecological, habitat, or behavioral details. |
||||
date_updated | timestamptz | 35,6 | √ |
|
|
|||||
taxon_id | int4 | 10 |
|
|
Specifies the taxonomic unit related to this record. |
|||||
biology_uuid | uuid | 2147483647 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_text_biology_pkey | Primary key | Asc | biology_id |
pk_tbl_text_biology | Must be unique | Asc | biology_uuid |