Skip to main content

hr.x_proxy_types

Schema: hr
English table: hr.x_proxy_types
Italian original table: hr.x_tipo_deleghe
Description: Lookup table for proxy/delegation types (e.g., Union, Signing Authority).

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.
xpxt_idxtipde_idintegerNOIdentifier of the related xpxt record.
xpxt_codextipode_codicecharacter varying(1)NOCode for xpxt.
xpxt_typextipode_tipocharacter varying(20)NOText value.
tenant_idtenant_idintegerYESTenant identifier for data isolation.

Relationships

Outgoing foreign keys

ConstraintLocal columnsReferencesReferenced columnsOn updateOn delete
fk_xpxt_tenanttenant_idcloud.tenantsten_internal_idRESTRICTCASCADE

Referenced by

No incoming foreign keys found.

Constraints

  • Primary key: pk_x_proxy_typesid
  • Unique: c_uk_xpxt_id_tenantxpxt_id, tenant_id

Indexes

NameUniqueMethodColumns / expression
idx_xpxt_id_tenant_lookupNObtreetenant_id, xpxt_id
idx_xpxt_tenant_baseNObtreetenant_id