Skip to main content

hr._widget_profiles

Schema: hr
English table: hr._widget_profiles
Italian original table: hr._widget_profili
Description: Technical table assigning widgets to user profiles with dashboard layout configuration.

Overview

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

Columns

English columnItalian original columnTypeNullDefault / GeneratedDescription
ididintegerNOSurrogate primary key.
wp_widget_profile_idwidutprof_idintegerNOLogical widget-profile assignment identifier (unique per tenant).
wp_user_profile_idwidutprof_utprof_idintegerNOUser profile identifier the widget is assigned to.
wp_widget_idwidutprof_wid_idintegerNOWidget identifier assigned to the profile.
wp_rowwidutprof_rowintegerNORow position of the widget within the dashboard grid.
wp_columnwidutprof_columnintegerNOColumn position of the widget within the dashboard grid.
wp_typewidutprof_tipocharacter varying(5)NOWidget placement/type code for the dashboard.
wp_report_datawidutprof_data_reportcharacter varying(200)NOSerialized report data associated with the widget assignment.
wp_column_sizewidutprof_size_columnintegerNOColumn span/size used for widget layout.
wp_dashboard_idwidutprof_dashboardintegerNODashboard identifier where the widget is placed.
wp_optionswidutprof_optiontextNOSerialized options and configuration for the widget assignment.
tenant_idtenant_idintegerYESTenant identifier for row-level security and data partitioning.

Relationships

Outgoing foreign keys

ConstraintLocal columnsReferencesReferenced columnsOn updateOn delete
fk_wp_tenanttenant_idcloud.tenantsten_internal_idRESTRICTCASCADE

Referenced by

No incoming foreign keys found.

Constraints

  • Primary key: pk_widget_profilesid
  • Unique: uk_wp_id_tenantwp_widget_profile_id, tenant_id

Indexes

NameUniqueMethodColumns / expression
idx_wp_tenantNObtreetenant_id
idx_wp_tenant_dashboardNObtreetenant_id, wp_dashboard_id
idx_wp_tenant_user_profileNObtreetenant_id, wp_user_profile_id
idx_wp_tenant_widgetNObtreetenant_id, wp_widget_id
idx_wp_tenant_wpNObtreetenant_id, wp_widget_profile_id