Database – Web Delivery Entity (web_delivery_entity)
This holds information about notifications delivered through a web notification.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
delivery_id | int(11) | ID of associated delivery entity | ||
draft | text | Contents of web delivery | ||
restriction | text | restriction | ||
restriction_ui | text | restriction (UI) | ||
eval_real_time | tinyint(1) | Whether or not to Evaluate in real time | 1 - yes, 0 - no | |
active | tinyint(1) | Whether or not the entity is active | 1 - yes, 0 - no | |
deleted | tinyint(1) | Whether or not the entity was deleted | 1 - yes, 0 - no | |
lastUpdated | timestamp | Timestamp of when the entity was last updated |