📄 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)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| bookmark_id PK | int unsigned | no | Bookmark identifier | |
| user_id | int unsigned | no | User ID | |
| namespace | varchar(255) | no | Bookmark namespace | |
| identifier | varchar(255) | no | Bookmark Identifier | |
| current | smallint | no | Mark current bookmark per user and identifier | |
| title | varchar(255) | yes | Bookmark title | |
| config | longtext | yes | Bookmark config | |
| created_at | datetime | no | CURRENT_TIMESTAMP | Bookmark created at |
| updated_at | datetime | no | CURRENT_TIMESTAMP | Bookmark 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)