plugins/geo/share/db/sql/geo_city_blocks.sql.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return '
  `start_ip` int(8) unsigned NOT NULL,
  `end_ip` int(8) unsigned NOT NULL,
  `loc_id` int(6) unsigned NOT NULL,
  PRIMARY KEY (`end_ip`)
';