Skip to main content

hr.x_health_status_types

Schema: hr
English table: hr.x_health_status_types
Italian original table: hr.x_tipi_situazione_sanitaria
Description: Lookup table for medical fitness and health status categories (e.g., Fit for work, Fit with restrictions).

Overview

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

Columns

English columnItalian original columnTypeNullDefault / GeneratedDescription
ididintegerNOSurrogate primary key.
xhst_idxsitsan_idintegerNOIdentifier of the related xhst record.
xhst_descriptionxsitsan_descriptioncharacter varying(50)NODescription text.
xhst_codexsitsan_codecharacter varying(5)NOCode for xhst.
tenant_idtenant_idintegerYESTenant identifier for data isolation.

Relationships

Outgoing foreign keys

ConstraintLocal columnsReferencesReferenced columnsOn updateOn delete
fk_xhst_tenanttenant_idcloud.tenantsten_internal_idRESTRICTCASCADE

Referenced by

No incoming foreign keys found.

Constraints

  • Primary key: pk_x_health_status_typesid
  • Unique: c_uk_xhst_id_tenantxhst_id, tenant_id

Indexes

NameUniqueMethodColumns / expression
idx_xhst_id_tenant_lookupNObtreetenant_id, xhst_id
idx_xhst_tenant_baseNObtreetenant_id