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

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return '
  `ip` int(10) unsigned NOT NULL,
  `hits` int(10) unsigned NOT NULL,
  PRIMARY KEY (`ip`)
';