Skip to main content

hr.x_sign_types

Schema: hr
English table: hr.x_sign_types
Italian original table: hr.x_tipi_segno
Description: Lookup table for mathematical signs (Positive, Negative) using xsgn_ prefix to avoid collision with secondments.

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.
xsgn_idxtipse_idintegerNOIdentifier of the related xsgn record.
xsgn_descriptionxtipse_descrizionecharacter varying(20)NODescription text.
tenant_idtenant_idintegerYESTenant identifier for data isolation.

Relationships

Outgoing foreign keys

ConstraintLocal columnsReferencesReferenced columnsOn updateOn delete
fk_xsgn_tenanttenant_idcloud.tenantsten_internal_idRESTRICTCASCADE

Referenced by

No incoming foreign keys found.

Constraints

  • Primary key: pk_x_sign_typesid
  • Unique: c_uk_xsgn_id_tenantxsgn_id, tenant_id

Indexes

NameUniqueMethodColumns / expression
idx_xsgn_id_tenant_lookupNObtreetenant_id, xsgn_id
idx_xsgn_tenant_baseNObtreetenant_id