Skip to main content

hr.person_evaluation_competency_scores

Schema: hr
English table: hr.person_evaluation_competency_scores
Italian original table: hr.ana_valutazione_link
Description: Link between a person evaluation and a competency, storing the assigned score within a tenant context.

Overview

  • Columns: 8
  • Primary key: id
  • Outgoing foreign keys: 1
  • Incoming foreign keys: 0
  • Indexes: 4

Columns

English columnItalian original columnTypeNullDefault / GeneratedDescription
ididintegerNOSurrogate primary key.
anaval_idanaval_idintegerNOLegacy link identifier (unique within tenant).
anaval_anava_idanaval_anava_idintegerNOLegacy evaluation identifier referencing the related person evaluation.
anaval_comp_idanaval_comp_idintegerNOCompetency identifier linked to the evaluation.
anaval_scoreanaval_scorenumeric(6,2)NOScore assigned to the competency for the given evaluation.
tenant_idtenant_idintegerYESTenant identifier for row ownership and partitioning.
colcustomcolcustomjsonbYES'{}'::jsonbCustom fields in JSON format.
_deleted_deletedbooleanYESfalseSoft delete flag.

Relationships

Outgoing foreign keys

ConstraintLocal columnsReferencesReferenced columnsOn updateOn delete
fk_peval_comp_score_tenanttenant_idcloud.tenantsten_internal_idRESTRICTCASCADE

Referenced by

No incoming foreign keys found.

Constraints

  • Primary key: pk_person_evaluation_competency_scoresid
  • Unique: uk_peval_comp_score_anaval_id_tenantanaval_id, tenant_id

Indexes

NameUniqueMethodColumns / expression
idx_pevalcs_tenantNObtreetenant_id
idx_pevalcs_tenant_competencyNObtreetenant_id, anaval_comp_id) WHERE (_deleted = false
idx_pevalcs_tenant_evaluationNObtreetenant_id, anaval_anava_id) WHERE (_deleted = false
idx_pevalcs_tenant_link_codeNObtreetenant_id, anaval_id) WHERE (_deleted = false