Schema updates can place alerts in this table that will be displayed to the user when they next log into the database. The alerts will continue to be displayed until the user removes them from the queue. At a minumum, the alert must have a title; the description is optional. |
schema_update_alert_KEY | int (4) | NOT NULL | The primary key for this table. |
title | nvarchar (400) | NOT NULL | The alert title should be a brief description of what this alert is all about. An alert is required to have a title. |
description | nvarchar (-1) | | The alert description is optional and provides the developer an opportunity to give detailed information and instructions to the user. |