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_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. |
||||||||
| fk_id_project | int4 | 10 | null |
|
|
Project of the given series |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| series_pkey | Primary key | Asc | id |
| series_fk_id_indicator_idx | Performance | Asc | fk_id_indicator |
| series_fk_id_project_idx | Performance | Asc | fk_id_project |
| series_fk_id_protocol_idx | Performance | Asc | fk_id_protocol |
| series_fk_id_spatial_layer_idx | Performance | Asc | fk_id_spatial_layer |

