Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
report_id | int8 | 19 | null |
|
|
||||||
project_metric_id | int8 | 19 | null |
|
|
||||||
target | int4 | 10 | √ | null |
|
|
|||||
value | int4 | 10 | √ | null |
|
|
|||||
underperformance_justification | text | 2147483647 | √ | null |
|
|
|||||
progress_notes | text | 2147483647 | √ | null |
|
|
|||||
modified_by | int8 | 19 | null |
|
|
||||||
modified_time | timestamptz | 35,6 | null |
|
|
||||||
status_id | int4 | 10 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
report_project_metrics_pkey | Primary key | Asc/Asc | report_id + project_metric_id |
report_project_metrics_project_metric_id_idx | Performance | Asc | project_metric_id |
report_project_metrics_report_id_project_metric_id_idx | Performance | Asc/Asc | report_id + project_metric_id |