Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('gobs.series_id_seq'::regclass) |
|
|
Id |
|||||||
fk_id_protocol | int4 | 10 | null |
|
|
Protocol |
||||||||
fk_id_actor | int4 | 10 | null |
|
|
Actor, source of the observation data. |
||||||||
fk_id_indicator | int4 | 10 | null |
|
|
Indicator. The series is named after the indicator. |
||||||||
fk_id_spatial_layer | int4 | 10 | null |
|
|
Spatial layer, mandatory. If needed, use a global spatial layer with only 1 object representing the global area. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
series_pkey | Primary key | Asc | id |
series_fk_id_actor_idx | Performance | Asc | fk_id_actor |
series_fk_id_indicator_idx | Performance | Asc | fk_id_indicator |
series_fk_id_protocol_idx | Performance | Asc | fk_id_protocol |
series_fk_id_spatial_layer_idx | Performance | Asc | fk_id_spatial_layer |