Skip to main content

hr.x_hiring_categories

Schema: hr
English table: hr.x_hiring_categories
Italian original table: hr.x_tipi_categorie_assunzione
Description: Lookup table for employment contract categories (e.g., Apprenticeship, Permanent, Fixed-term).

Overview

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

Columns

English columnItalian original columnTypeNullDefault / GeneratedDescription
ididintegerNOSurrogate primary key.
xhc_idxcatass_idintegerNOIdentifier of the related xhc record.
xhc_descriptionxcatass_descriptioncharacter varying(50)NODescription text.
tenant_idtenant_idintegerYESTenant identifier for data isolation.

Relationships

Outgoing foreign keys

ConstraintLocal columnsReferencesReferenced columnsOn updateOn delete
fk_xhc_tenanttenant_idcloud.tenantsten_internal_idRESTRICTCASCADE

Referenced by

No incoming foreign keys found.

Constraints

  • Primary key: pk_x_hiring_categoriesid
  • Unique: c_uk_xhc_id_tenantxhc_id, tenant_id

Indexes

NameUniqueMethodColumns / expression
idx_xhc_id_tenant_lookupNObtreetenant_id, xhc_id
idx_xhc_tenant_baseNObtreetenant_id