plugins/sys/share/db/sql/check_multi_ips.sql.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return '
  `ip` char(15) NOT NULL,
  `matching_users` longtext NOT NULL,
  `matching_ips` longtext NOT NULL,
  `num_m_users` int(10) unsigned NOT NULL DEFAULT \'0\',
  `num_m_ips` int(10) unsigned NOT NULL DEFAULT \'0\',
  `last_update` int(10) unsigned NOT NULL DEFAULT \'0\',
  PRIMARY KEY (`ip`)
';