Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| project_id | int8 | 19 | null |
|
|
||||||
| project_metric_id | int8 | 19 | null |
|
|
||||||
| year | int4 | 10 | null |
|
|
||||||
| target | int4 | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| report_project_metric_targets_pkey | Primary key | Asc/Asc/Asc | project_id + project_metric_id + year |
| report_project_metric_targets_project_id_year_idx | Performance | Asc/Asc | project_id + year |