Skip to main content

cloud.navigation_menu

Schema: cloud
English table: cloud.navigation_menu
Italian original table: hr.menu
Description: Navigation menu entries and hierarchy.

Overview

  • Columns: 22
  • Primary key: mn_id
  • Outgoing foreign keys: 1
  • Incoming foreign keys: 0
  • Indexes: 5

Columns

English columnItalian original columnTypeNullDefault / GeneratedDescription
mn_ididintegerNOPrimary key of the navigation menu record.
me_idme_idintegerNOMenu entry identifier.
me_lngme_lngintegerNOLanguage identifier for the menu entry label.
me_areame_areacharacter varying(50)NOApplication area associated with the menu entry.
me_nameme_namecharacter varying(50)NODisplay name of the menu entry.
me_app_nameme_app_namecharacter varying(20)NOApplication name associated with the menu entry.
me_father_idme_father_idintegerNOIdentifier of the parent menu entry.
me_promptme_promptcharacter varying(40)NOShort prompt/tooltip for the menu entry.
me_iconme_iconcharacter varying(50)NOIcon name or CSS class for the menu entry.
me_orderme_ordernumeric(3,0)NODisplay order of the menu entry.
me_pageme_pagecharacter varying(200)NOTarget page or route for the menu entry.
me_exprme_exprcharacter varying(100)NOVisibility or enablement expression for the menu entry.
me_help_contextme_help_contextintegerNOHelp context identifier associated with the menu entry.
me_codeme_codeintegerNONumeric code of the menu entry.
me_moduleme_modulecharacter varying(100)NOModule identifier associated with the menu entry.
me_org_idme_org_idintegerNOOrganization identifier associated with the menu entry.
me_rap_idme_rap_idintegerNOAuthorization profile identifier (RAP) required for the menu entry.
me_haschildme_haschildbooleanNOFlag indicating whether the menu entry has child items.
me_rap_id_esclme_rap_id_escltextNOList of excluded authorization profile identifiers (RAP).
tenant_idtenant_idintegerYESTenant identifier associated with the menu entry.
colcustomcolcustomjsonbYES'{}'::jsonbCustom attributes for the menu entry (JSON).
_deleted_deletedbooleanYESfalseFlag indicating whether the record is soft-deleted.

Relationships

Outgoing foreign keys

ConstraintLocal columnsReferencesReferenced columnsOn updateOn delete
fk_tenant_idtenant_idcloud.tenantsten_internal_idRESTRICTCASCADE

Referenced by

No incoming foreign keys found.

Constraints

  • Primary key: menu_pkeymn_id
  • Unique: k_me_id_uniqueme_id, tenant_id

Indexes

NameUniqueMethodColumns / expression
idx_menu_me_father_id_tenantNObtreetenant_id, me_father_id) WHERE (_deleted = false
idx_menu_me_id_tenantNObtreetenant_id, me_id) WHERE (_deleted = false
idx_menu_me_org_id_tenantNObtreetenant_id, me_org_id) WHERE (_deleted = false
idx_menu_me_rap_id_tenantNObtreetenant_id, me_rap_id) WHERE (_deleted = false
idx_menu_tenantNObtreetenant_id