Database – Collector Queue Question Entity (collector_queue_question_entity)
Description
This holds information for questions that agent users are asked when going through a collector queue.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
question | text | Question asked | ||
score | int(11) | Score of the question | ||
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 | |
created | timestamp | Timestamp of when the entity was created | ||
lastUpdated | timestamp | Timestamp of when the entity was last updated |