Skip to main content

hr.performance_evaluation_forms

Schema: hr
English table: hr.performance_evaluation_forms
Italian original table: hr.scheda_valutazione
Description: Templates for performance evaluations, typically linked to specific job positions.

Overview

  • Columns: 8
  • Primary key: id
  • Outgoing foreign keys: 2
  • Incoming foreign keys: 1
  • Indexes: 3

Columns

English columnItalian original columnTypeNullDefault / GeneratedDescription
ididintegerNOSurrogate primary key.
pef_idscva_idintegerNOBusiness identifier for the evaluation form.
pef_titlescva_titlecharacter varying(100)NOThe name of the evaluation template (e.g., Annual Sales Review).
pef_descriptionscva_descriptiontextNODetailed instructions or description of the evaluation process.
pef_position_idscva_ru_idintegerNOReference to the job position this form is designed for.
tenant_idtenant_idintegerYESTenant identifier for data isolation.
colcustomcolcustomjsonbYES'{}'::jsonbJSON payload containing additional attributes.
_deleted_deletedbooleanYESfalseFlag indicating whether the record is soft-deleted.

Relationships

Outgoing foreign keys

ConstraintLocal columnsReferencesReferenced columnsOn updateOn delete
fk_scva_role_idpef_position_id, tenant_idhr.positionspos_code_id, tenant_idRESTRICTRESTRICT
fk_tenant_idtenant_idcloud.tenantsten_internal_idRESTRICTCASCADE

Referenced by

From tableForeign keySource columnsTarget columns
hr.performance_evaluation_form_itemsfk_scval_scava_idpefi_form_id, tenant_idpef_id, tenant_id

Constraints

  • Primary key: pk_performance_evaluation_formsid
  • Unique: uk_pef_id_tenantpef_id, tenant_id

Indexes

NameUniqueMethodColumns / expression
idx_pef_id_tenantNObtreetenant_id, pef_id) WHERE (_deleted = false
idx_pef_position_tenantNObtreetenant_id, pef_position_id) WHERE (_deleted = false
idx_pef_tenantNObtreetenant_id