Skip to main content

hr.x_attachment_groups

Schema: hr
English table: hr.x_attachment_groups
Italian original table: hr.x_gruppi_allegati
Description: Grouping categories for attachments (e.g., Personal Docs, Medical, Contracts). Service table.

Overview

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

Columns

English columnItalian original columnTypeNullDefault / GeneratedDescription
ididintegerNOSurrogate primary key.
xag_idgrall_idintegerNOIdentifier of the related xag record.
xag_descriptiongrall_descrizionecharacter varying(50)NODescription text.
xag_is_visible_on_webgrall_mostra_webbooleanNOFlag to determine if this group of attachments is visible in the web portal.
tenant_idtenant_idintegerYESTenant identifier for data isolation.

Relationships

Outgoing foreign keys

ConstraintLocal columnsReferencesReferenced columnsOn updateOn delete
fk_tenant_idtenant_idcloud.tenantsten_internal_idRESTRICTCASCADE

Referenced by

From tableForeign keySource columnsTarget columns
hr.attachment_typesfk_tipall_grall_idatty_group_id, tenant_idxag_id, tenant_id

Constraints

  • Primary key: pk_x_attachment_groupsid
  • Unique: uk_xag_id_tenantxag_id, tenant_id

Indexes

NameUniqueMethodColumns / expression
idx_xag_id_tenantNObtreetenant_id, xag_id
idx_xag_tenantNObtreetenant_id