project_scores

0 rows


Description

Scores assigned to project by scorers.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
project_id int8 19 null
projects.id project_scores_project_id_fkeyC
phase_id int4 10 null
cohort_phases.id project_scores_phase_id_fkeyR
score_category_id int4 10 null
score_categories.id project_scores_score_category_id_fkeyR
score int4 10 null

Integer score between -2 to 2. The score can be null to represent not yet scored.

qualitative text 2147483647 null
created_by int8 19 null
users.id project_scores_created_by_fkeyR
created_time timestamptz 35,6 null
modified_by int8 19 null
users.id project_scores_modified_by_fkeyR
modified_time timestamptz 35,6 null

Indexes

Constraint Name Type Sort Column(s)
project_scores_pkey Primary key Asc/Asc/Asc project_id + phase_id + score_category_id
project_scores_project_id_idx Performance Asc project_id

Check Constraints

Constraint Name Constraint
project_scores_score_check (((score >= '-2'::integer) AND (score <= 2)))

Relationships