sms_delivery_entity - SMS delivery entity
Holds information concerning notification deliveries between SMS
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
delivery_id | int(11) | id of delivery | ||
draft | text | draft | ||
sms_template_id | int(11) | sms template id | ||
sms_template_type | char(32) | sms template type | ||
restriction | text | restriction | ||
restriction_ui | text | restrictions (UI) | ||
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 |