Database – IP Restrictions (iprestriction_entity)
Description
Holds IP restriction information, allowing the restriction of site access to specific IP addresses.
Common Uses
Table Fields
Column | Data Type | Column Info | Value Notes | Other |
id | int(10) | The id of the entity | ||
name | varchar(100) | Entity name | ||
black_list_type | tinyint(1) | Whether or not is black list | 1 - blacklist, 0- white list | |
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 |