MageSmith

🔐 Magento_AdminNotification · engine innodb

adminnotification_inbox

Adminnotification Inbox

Columns (8)

NameTypeNullDefaultComment
notification_id PKint unsignednoNotification ID
severity smallint unsignedno0Problem type
date_added timestamp noCURRENT_TIMESTAMPCreate date
title varchar(255) noTitle
description text yesDescription
url varchar(255) yesUrl
is_read smallint unsignedno0Flag if notification read
is_remove smallint unsignedno0Flag 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