[Database Structure](Database-Structure) > [Auth-Database](Auth-Database) > [ip2nationCountries](ip2nationCountries) Column | Type | Description --- | --- | --- Code | varchar(4) | Iso_code_2 | varchar(2) | Iso_code_3 | varchar(3) | Iso_country | varchar(255) | Country | varchar(255) | Lat | float | Lon | float |