Skip to main content

hr.shortcut_types

Schema: hr
English table: hr.shortcut_types
Italian original table: hr.in_tipi_shortcut
Description: Defines UI or operational shortcuts for quick data entry (e.g., quick codes for specific activities).

Overview

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

Columns

English columnItalian original columnTypeNullDefault / GeneratedDescription
ididintegerNOSurrogate primary key.
st_idts_idintegerNOIdentifier of the related st record.
st_codets_codecharacter varying(2)NOA short 2-character code associated with the shortcut.
st_shortcut_keyts_shortcutcharacter varying(20)NOThe actual shortcut string or key identifier.
tenant_idtenant_idintegerYESTenant identifier for data isolation.
colcustomcolcustomjsonbYES'{}'::jsonbJSON payload containing additional attributes.
_deleted_deletedbooleanYESfalseFlag indicating whether the record is soft-deleted.

Relationships

Outgoing foreign keys

ConstraintLocal columnsReferencesReferenced columnsOn updateOn delete
fk_st_tenanttenant_idcloud.tenantsten_internal_idRESTRICTCASCADE

Referenced by

No incoming foreign keys found.

Constraints

  • Primary key: pk_shortcut_typesid
  • Unique: uk_shortcut_types_idst_id, tenant_id

Indexes

NameUniqueMethodColumns / expression
idx_st_id_tenantNObtreetenant_id, st_id) WHERE (_deleted = false
idx_st_tenantNObtreetenant_id