MageSmith

📄 Magento_Ui · engine innodb

ui_bookmark

Bookmark

Neighbourhood (1-hop foreign-key graph — showing 1 of 1)

flowchart LR
  c["ui_bookmark"]:::center
  n0["admin_user"]
  click n0 "/schema/table/admin_user"
  n0 -- user_id --> c
  click c "/schema/table/ui_bookmark"
  classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px

Click a node to jump to that table.

Related tables (1)

Columns (9)

NameTypeNullDefaultComment
bookmark_id PKint unsignednoBookmark identifier
user_id int unsignednoUser ID
namespace varchar(255) noBookmark namespace
identifier varchar(255) noBookmark Identifier
current smallint noMark current bookmark per user and identifier
title varchar(255) yesBookmark title
config longtext yesBookmark config
created_at datetime noCURRENT_TIMESTAMPBookmark created at
updated_at datetime noCURRENT_TIMESTAMPBookmark updated at

Keys & indexes

Primary key: bookmark_id

Indexes

  • UI_BOOKMARK_USER_ID_NAMESPACE_IDENTIFIER (user_id, namespace, identifier) btree

References (1)

  • user_id admin_user .user_id (on delete CASCADE)