Skip to main content

hr.agreement_levels

Schema: hr
English table: hr.agreement_levels
Italian original table: hr.con_livelli
Description: Graduated steps (Levels/Grades) within an agreement qualification, defining the pay grid and seniority progression.

Overview

  • Columns: 29
  • Primary key: id
  • Outgoing foreign keys: 2
  • Incoming foreign keys: 4
  • Indexes: 3

Columns

English columnItalian original columnTypeNullDefault / GeneratedDescription
ididintegerNOSurrogate primary key.
al_codeconl_idintegerNOBusiness identifier of the contract level, unique per tenant.
al_agreement_qualification_codeconl_conq_idintegerNOReference to the related contract qualification (business code), unique per tenant.
al_descriptionconl_descrizionecharacter varying(50)NODescription/label of the contract level.
al_sort_orderconl_ordernumeric(3,0)NOOrdering value used to sort levels within the same qualification.
al_sync_codeconl_code_syncrocharacter varying(10)NOExternal synchronization code for integrations.
al_value_01conl_v1numeric(10,2)NOConfigurable numeric value 1 associated with this contract level.
al_value_02conl_v2numeric(10,2)NOConfigurable numeric value 2 associated with this contract level.
al_value_03conl_v3numeric(10,2)NOConfigurable numeric value 3 associated with this contract level.
al_value_04conl_v4numeric(10,2)NOConfigurable numeric value 4 associated with this contract level.
al_value_05conl_v5numeric(10,2)NOConfigurable numeric value 5 associated with this contract level.
al_value_06conl_v6numeric(10,2)NOConfigurable numeric value 6 associated with this contract level.
al_value_07conl_v7numeric(10,2)NOConfigurable numeric value 7 associated with this contract level.
al_value_08conl_v8numeric(10,2)NOConfigurable numeric value 8 associated with this contract level.
al_value_09conl_v9numeric(10,2)NOConfigurable numeric value 9 associated with this contract level.
al_value_10conl_v10numeric(10,2)NOConfigurable numeric value 10 associated with this contract level.
al_value_11conl_v11numeric(10,2)NOConfigurable numeric value 11 associated with this contract level.
al_value_12conl_v12numeric(10,2)NOConfigurable numeric value 12 associated with this contract level.
al_value_13conl_v13numeric(10,2)NOConfigurable numeric value 13 associated with this contract level.
al_value_14conl_v14numeric(10,2)NOConfigurable numeric value 14 associated with this contract level.
al_value_15conl_v15numeric(10,2)NOConfigurable numeric value 15 associated with this contract level.
al_value_16conl_v16numeric(10,2)NOConfigurable numeric value 16 associated with this contract level.
al_value_17conl_v17numeric(10,2)NOConfigurable numeric value 17 associated with this contract level.
al_value_18conl_v18numeric(10,2)NOConfigurable numeric value 18 associated with this contract level.
al_value_19conl_v19numeric(10,2)NOConfigurable numeric value 19 associated with this contract level.
al_value_20conl_v20numeric(10,2)NOConfigurable numeric value 20 associated with this contract level.
tenant_idtenant_idintegerYESTenant identifier for row ownership and RLS filtering.
colcustomcolcustomjsonbYES'{}'::jsonbCustom fields in JSON format.
_deleted_deletedbooleanYESfalseSoft-delete flag (technical).

Relationships

Outgoing foreign keys

ConstraintLocal columnsReferencesReferenced columnsOn updateOn delete
fk_al_agreement_qualificational_agreement_qualification_code, tenant_idhr.agreement_qualificationsaq_code, tenant_idRESTRICTRESTRICT
fk_al_tenanttenant_idcloud.tenantsten_internal_idRESTRICTCASCADE

Referenced by

From tableForeign keySource columnsTarget columns
hr.contract_level_job_linksfk_cljl_contract_levelcontract_level_code, tenant_idal_code, tenant_id
hr.contract_level_job_linksfk_conl_idcontract_level_code, tenant_idal_code, tenant_id
hr.employment_relationship_detailsfk_erd_job_level_iderd_job_level_id, tenant_idal_code, tenant_id
hr.medical_exam_type_parametersfk_metp_job_level_idmetp_job_level_id, tenant_idal_code, tenant_id

Constraints

  • Primary key: pk_alid
  • Unique: uk_al_code_tenantal_code, tenant_id

Indexes

NameUniqueMethodColumns / expression
idx_al_code_tenantNObtreetenant_id, al_code) WHERE (_deleted = false
idx_al_qualification_tenantNObtreetenant_id, al_agreement_qualification_code) WHERE (_deleted = false
idx_al_tenantNObtreetenant_id