This is the place holder to transmit any common news messages across users
| Column Name | Column Datatype | Column Null Option | Column Comment |
| news_id | varchar(128) | not null | The unique id for the news record |
| delete_on_expire | varchar(5) | with null | Flag to purge these records, if this is true then the message will be deleted after it expires |
| description | nvarchar(126) | with null | The description of the news message |
| tenant_id | varchar(50) | with null | The domain targeted for the news message, if blank then for all domains |
| expire_time | integer | with null | The expiration time for this message |
| role_id | varchar(256) | with null | The targeted role for the message, if blank then all roles |
| importance | varchar(10) | with null | Specifies the importance of the message, URGENT, HIGH, MEDIUM, LOW, LEAST |
| message | nvarchar(1000) | with null | The actual broadcasted message |
| message_type | varchar(50) | with null | The type of the message, INTERNAL, OS, NETWORK, STORAGE |
| source_name | nvarchar(50) | with null | The source of the message, generally the userid who created the message |
| time_stamp | date | not null | The message creation time stamp |
| user_name | nvarchar(128) | with null | The user name of the person who created the message. |
Product Name: Unicenter Service Management
Table Type: Table