Description of FUDforum table fud30_geoip. This table contains IP Address ranges to associate a user's IP with this/her country. For more information, see Geolocation Management.
Fields
Column Name | Datatype | Can be Null? | Key? | Default | Description
|
ips | bigint(20) | YES | MUL | | Start of IP address range.
|
ipe | bigint(20) | YES | | | End of IP address range.
|
cc | char(2) | YES | | | Country code.
|
country | varchar(50) | YES | | | Country name.
|
Keys
Index Name | Uniqueness | Column Name | Seq in index | Comments
|
fud30_geoip_ip | UNIQUE | ips | 1 | Changed to UNIQUE in FUDforum 3.0.2.
|
fud30_geoip_ip | UNIQUE | ipe | 2 |
|