Database – Notification Do Not Disturb Period Entity (notification_dnd_period_entity)
Description
Sets up Do Not Disturb (DND) periods for notifications. During a DND no notifications will be sent out.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
notification_type | char(32) | Notification Type | ||
start_time | time | start time | ||
stop_time | time | stop time | ||
weekdays | char(15) | week days | ||
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 |