Skip to main content

hr.x_gender_types

Schema: hr
English table: hr.x_gender_types
Italian original table: hr.x_tipo_sesso
Description: Multilingual lookup table for gender/sex types.

Overview

  • Columns: 6
  • Primary key: id
  • Outgoing foreign keys: 1
  • Incoming foreign keys: 0
  • Indexes: 3

Columns

English columnItalian original columnTypeNullDefault / GeneratedDescription
ididintegerNOSurrogate primary key.
xgt_idsex_idintegerNOIdentifier of the related xgt record.
xgt_namesex_denominazionecharacter varying(10)NODisplay name for xgt.
xgt_codesex_siglacharacter varying(1)NOCode for xgt.
xgt_language_idsex_lng_idintegerNOIdentifier of the related xgt language record.
tenant_idtenant_idintegerYESTenant identifier for data isolation.

Relationships

Outgoing foreign keys

ConstraintLocal columnsReferencesReferenced columnsOn updateOn delete
fk_xgt_tenanttenant_idcloud.tenantsten_internal_idRESTRICTCASCADE

Referenced by

No incoming foreign keys found.

Constraints

  • Primary key: pk_x_gender_typesid
  • Unique: c_uk_xgt_id_tenantxgt_id, tenant_id

Indexes

NameUniqueMethodColumns / expression
idx_xgt_id_tenant_lookupNObtreetenant_id, xgt_id
idx_xgt_language_lookupNObtreetenant_id, xgt_language_id
idx_xgt_tenant_baseNObtreetenant_id