Database – Saved Search Entity (saved_search_entity)
Holds saved search settings for agent users
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
title | varchar(255) | The name/title of the entity instance | ||
entity_type | char(50) | Type of the associated entity | ||
query_string | longtext | query string | ||
query_filters_string | text | query filters string | ||
owner | int(11) | owner ID | Deprecated | |
deleted | tinyint(4) | 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 |