🔐 Magento_AdminNotification · engine innodb
adminnotification_inbox
Adminnotification Inbox
Columns (8)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| notification_id PK | int unsigned | no | Notification ID | |
| severity | smallint unsigned | no | 0 | Problem type |
| date_added | timestamp | no | CURRENT_TIMESTAMP | Create date |
| title | varchar(255) | no | Title | |
| description | text | yes | Description | |
| url | varchar(255) | yes | Url | |
| is_read | smallint unsigned | no | 0 | Flag if notification read |
| is_remove | smallint unsigned | no | 0 | Flag if notification might be removed |
Keys & indexes
Primary key: notification_id
Indexes
- ADMINNOTIFICATION_INBOX_SEVERITY (severity) btree
- ADMINNOTIFICATION_INBOX_IS_READ (is_read) btree
- ADMINNOTIFICATION_INBOX_IS_REMOVE (is_remove) btree