Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('okr.objective_confidence_scores_id_seq'::regclass) |
|
|
||||
| objective_id | int8 | 19 | null |
|
|
|||||
| average | float8 | 17,17 | null |
|
|
|||||
| standard_deviation | float8 | 17,17 | null |
|
|
|||||
| organization_id | int8 | 19 | null |
|
|
|||||
| created_at | timestamptz | 35,6 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| objective_confidence_scores_pkey | Primary key | Asc | id |
| idx_objective_confidence_scores_on_created_at | Performance | Asc | created_at |
| idx_objective_confidence_scores_on_objective_id | Performance | Asc | objective_id |
| idx_objective_confidence_scores_on_organization_id | Performance | Asc | organization_id |