plugins/shop/share/db/sql/shop_regions.sql.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return '
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `value` varchar(255) NOT NULL DEFAULT \'\',
  `host` varchar(255) NOT NULL,
  `active` int(11) NOT NULL DEFAULT \'1\',
  PRIMARY KEY (`id`)
';