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

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return '
  `product_id` int(10) unsigned NOT NULL,
  `group_id` int(10) unsigned NOT NULL,
  `price` decimal(8,2) NOT NULL
';