Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|
seasonality_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
||||
activity_type_id | int4 | 10 |
|
|
Specifies the type of activity or developmental stage. |
|||||
season_id | int4 | 10 | √ |
|
|
Specifies the specific season or time of year. |
||||
taxon_id | int4 | 10 |
|
|
Specifies the taxonomic unit related to this record. |
|||||
location_id | int4 | 10 |
|
|
Specifies the geographical location relevant to the seasonality data. |
|||||
date_updated | timestamptz | 35,6 | √ |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_taxa_seasonality_pkey | Primary key | Asc | seasonality_id |