Database – IP Restriction Entry (iprestriction_entry_entity)
Description
Holds IP addresses that are for associated IP Restriction Entities.
Common Uses
Table Fields
Column | Data Type | Column Info | Value Notes | Other |
id | int(10) | The id of the entity | ||
iprestriction_id | int(10) | associated IP restriction id | ||
ip | varchar(20) | IP Address | ||
deleted | tinyint(1) | Whether or not the entity was deleted | ||
lastUpdated | timestamp | Timestamp of when the entity was last updated |