/* Navicat MySQL Data Transfer Source Server : localhost Source Server Version : 50528 Source Host : localhost:3306 Source Database : test Target Server Type : MYSQL Target Server Version : 50528 File Encoding : 65001 Date: 2013-06-02 17:57:21 */ SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- Table structure for `shopprices` -- ---------------------------- DROP TABLE IF EXISTS `shopprices`; CREATE TABLE `shopprices` ( `Price0` int(11) NOT NULL DEFAULT '0', `Price1` int(11) NOT NULL DEFAULT '0', `Price2` int(11) NOT NULL DEFAULT '0', `Price3` int(11) NOT NULL DEFAULT '0', `Price4` int(11) NOT NULL DEFAULT '0', `Price5` int(11) NOT NULL DEFAULT '0', `Price6` int(11) NOT NULL DEFAULT '0', `Price7` int(11) NOT NULL DEFAULT '0', `Price8` int(11) NOT NULL DEFAULT '0', `Price9` int(11) NOT NULL DEFAULT '0', `Price10` int(11) NOT NULL DEFAULT '0', `Price11` int(11) NOT NULL DEFAULT '0', `Price12` int(11) NOT NULL DEFAULT '0', `Price13` int(11) NOT NULL DEFAULT '0', `Price14` int(11) NOT NULL DEFAULT '0', `Price15` int(11) NOT NULL DEFAULT '0', `Price16` int(11) NOT NULL DEFAULT '0', `Price17` int(11) NOT NULL DEFAULT '0', `Price18` int(11) NOT NULL DEFAULT '0', `Price19` int(11) NOT NULL DEFAULT '0', `Price20` int(11) NOT NULL DEFAULT '0', `Price21` int(11) NOT NULL DEFAULT '0', `Price22` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`Price0`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of shopprices -- ----------------------------