Skip to main content

hr.person_evaluation_goals

Schema: hr
English table: hr.person_evaluation_goals
Italian original table: hr.ana_valutazione_obiettivi
Description: Goals defined within a person evaluation, including description, planned actions and the assigned score, within a tenant context.

Overview

  • Columns: 9
  • Primary key: id
  • Outgoing foreign keys: 1
  • Incoming foreign keys: 0
  • Indexes: 3

Columns

English columnItalian original columnTypeNullDefault / GeneratedDescription
ididintegerNOSurrogate primary key.
anavao_idanavao_idintegerNOLegacy goal identifier (unique within tenant).
anavao_anava_idanavao_anava_idintegerNOLegacy evaluation identifier referencing the related person evaluation.
anavao_descriptionanavao_descriptiontextNOGoal description.
anavao_actionanavao_actiontextNOPlanned actions to achieve the goal.
anavao_scoreanavao_scorenumeric(5,2)NOScore assigned to the goal.
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_pevalg_tenanttenant_idcloud.tenantsten_internal_idRESTRICTCASCADE

Referenced by

No incoming foreign keys found.

Constraints

  • Primary key: pk_person_evaluation_goalsid
  • Unique: uk_pevalg_anavao_id_tenantanavao_id, tenant_id

Indexes

NameUniqueMethodColumns / expression
idx_pevalg_tenantNObtreetenant_id
idx_pevalg_tenant_evaluationNObtreetenant_id, anavao_anava_id) WHERE (_deleted = false
idx_pevalg_tenant_goal_codeNObtreetenant_id, anavao_id) WHERE (_deleted = false