Skip to main content

hr.position_competency_requirements

Schema: hr
English table: hr.position_competency_requirements
Italian original table: hr.ruoli_competenze
Description: Defines the minimum competency levels required for a specific organizational position (hr.positions).

Overview

  • Columns: 10
  • Primary key: id
  • Outgoing foreign keys: 3
  • Incoming foreign keys: 0
  • Indexes: 4

Columns

English columnItalian original columnTypeNullDefault / GeneratedDescription
ididintegerNOSurrogate primary key.
pcr_idruc_idintegerNOBusiness identifier of the competency-role requirement (unique per tenant).
pcr_position_code_idruc_ru_idintegerNOReference to the organizational position (hr.positions).
pcr_competency_idruc_comp_idintegerNOReference to the required competency (hr.competencies).
pcr_min_fvalruc_comp_fval_minnumeric(5,0)NOMinimum required fval value for the competency within the role requirement.
pcr_min_evalruc_comp_eval_minnumeric(5,0)NOMinimum required evaluation value for the competency within the role requirement.
pcr_min_vvalruc_comp_vval_minnumeric(5,0)NOMinimum required vval value for the competency within the role requirement.
tenant_idtenant_idintegerYESTenant identifier.
colcustomcolcustomjsonbYES'{}'::jsonbCustom fields (JSON).
_deleted_deletedbooleanYESfalseSoft-delete flag.

Relationships

Outgoing foreign keys

ConstraintLocal columnsReferencesReferenced columnsOn updateOn delete
fk_pcr_competencypcr_competency_id, tenant_idhr.competenciescpt_id, tenant_idRESTRICTRESTRICT
fk_pcr_positionpcr_position_code_id, tenant_idhr.positionspos_code_id, tenant_idRESTRICTRESTRICT
fk_pcr_tenanttenant_idcloud.tenantsten_internal_idRESTRICTCASCADE

Referenced by

No incoming foreign keys found.

Constraints

  • Primary key: pk_pcrid
  • Unique: uk_pcr_id_tenantpcr_id, tenant_id

Indexes

NameUniqueMethodColumns / expression
idx_pcr_competency_tenantNObtreetenant_id, pcr_competency_id) WHERE (_deleted = false
idx_pcr_id_tenantNObtreetenant_id, pcr_id) WHERE (_deleted = false
idx_pcr_position_tenantNObtreetenant_id, pcr_position_code_id) WHERE (_deleted = false
idx_pcr_tenantNObtreetenant_id