Skip to main content

hr.x_contact_method_types

Schema: hr
English table: hr.x_contact_method_types
Italian original table: hr.x_tipi_recapito
Description: Lookup table for contact method types (e.g., Office Email, Personal Mobile, Home Phone).

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.
xcmt_idtr_idintegerNOIdentifier of the related xcmt record.
xcmt_descriptiontr_descrizionecharacter varying(80)NODescription text.
tenant_idtenant_idintegerYESTenant identifier for data isolation.

Relationships

Outgoing foreign keys

ConstraintLocal columnsReferencesReferenced columnsOn updateOn delete
fk_xcmt_tenanttenant_idcloud.tenantsten_internal_idRESTRICTCASCADE

Referenced by

No incoming foreign keys found.

Constraints

  • Primary key: pk_x_contact_method_typesid
  • Unique: c_uk_xcmt_id_tenantxcmt_id, tenant_id

Indexes

NameUniqueMethodColumns / expression
idx_xcmt_id_tenant_lookupNObtreetenant_id, xcmt_id
idx_xcmt_tenant_baseNObtreetenant_id