/*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `qs_ShippingPrice` ( `id` int(11) NOT NULL AUTO_INCREMENT, `startQuantity` int(11) NOT NULL, `endQuantity` int(11) NOT NULL, `price` float NOT NULL, `added` datetime NOT NULL, `changed` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=30 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; INSERT INTO `qs_ShippingPrice` (`id`, `startQuantity`, `endQuantity`, `price`, `added`, `changed`) VALUES (26,6,10,18,'2012-09-20 10:31:55','2012-10-09 11:22:43'),(25,1,5,20,'2012-09-20 10:31:35','2012-10-09 11:19:20'),(27,11,16,16,'2012-09-20 10:32:06','2012-10-09 11:22:43'),(28,17,30,13,'2012-09-20 10:32:14','2012-10-09 11:22:43'),(29,31,100,10,'2012-10-08 12:47:38','2012-10-09 11:20:17');