Database – TCN Campaign Entity (tcn_campaign_entity)
Holds TCN campaign information.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
broadcast_id | int(11) | TCN broadcast ID | ||
broadcast_start | timestamp | TCN broadcast start | ||
lastUpdated | timestamp | Timestamp of when the entity was last updated | ||
broadcast_template | int(11) | TCN broadcast template | ||
recipients | longtext | TCN recipients | ||
status | tinyint(1) | Status code of the entity | 1 - yes, 0 - no | |
deleted | tinyint(1) | Whether or not the entity was deleted | 1 - yes, 0 - no |