Database – Search Restriction Setting (search_restriction_setting_entity)
Settings for search restriction groups.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
search_restriction_group_id | int(11) | associated search restriction id | ||
name | char(64) | Entity name | ||
value | text | restriction value | ||
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 |