📣 Magento_ReleaseNotification · engine innodb
release_notification_viewer_log
Release Notification Viewer Log Table
Neighbourhood (1-hop foreign-key graph — showing 1 of 1)
flowchart LR c["release_notification_viewer_log"]:::center n0["admin_user"] click n0 "/schema/table/admin_user" n0 -- viewer_id --> c click c "/schema/table/release_notification_viewer_log" classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px
Click a node to jump to that table.
Related tables (1)
Columns (3)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| id PK | int unsigned | no | Log ID | |
| viewer_id | int unsigned | no | Viewer admin user ID | |
| last_view_version | varchar(16) | no | Viewer last view on product version |
Keys & indexes
Primary key: id
Unique
- RELEASE_NOTIFICATION_VIEWER_LOG_VIEWER_ID (viewer_id)
References (1)
- viewer_id → admin_user .user_id (on delete CASCADE)