/* 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:56:59 */ SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- Table structure for `sales` -- ---------------------------- DROP TABLE IF EXISTS `sales`; CREATE TABLE `sales` ( `id` int(11) NOT NULL AUTO_INCREMENT, `Month` datetime NOT NULL, `TotalSold0` int(11) NOT NULL DEFAULT '0', `AmountMade0` int(11) NOT NULL DEFAULT '0', `TotalSold1` int(11) NOT NULL DEFAULT '0', `AmountMade1` int(11) NOT NULL DEFAULT '0', `TotalSold2` int(11) NOT NULL DEFAULT '0', `AmountMade2` int(11) NOT NULL DEFAULT '0', `TotalSold3` int(11) NOT NULL DEFAULT '0', `AmountMade3` int(11) NOT NULL DEFAULT '0', `TotalSold4` int(11) NOT NULL DEFAULT '0', `AmountMade4` int(11) NOT NULL DEFAULT '0', `TotalSold5` int(11) NOT NULL DEFAULT '0', `AmountMade5` int(11) NOT NULL DEFAULT '0', `TotalSold6` int(11) NOT NULL DEFAULT '0', `AmountMade6` int(11) NOT NULL DEFAULT '0', `TotalSold7` int(11) NOT NULL DEFAULT '0', `AmountMade7` int(11) NOT NULL DEFAULT '0', `TotalSold8` int(11) NOT NULL DEFAULT '0', `AmountMade8` int(11) NOT NULL DEFAULT '0', `TotalSold9` int(11) NOT NULL DEFAULT '0', `AmountMade9` int(11) NOT NULL DEFAULT '0', `TotalSold10` int(11) NOT NULL DEFAULT '0', `AmountMade10` int(11) NOT NULL DEFAULT '0', `TotalSold11` int(11) NOT NULL DEFAULT '0', `AmountMade11` int(11) NOT NULL DEFAULT '0', `TotalSold12` int(11) NOT NULL DEFAULT '0', `AmountMade12` int(11) NOT NULL DEFAULT '0', `TotalSold13` int(11) NOT NULL DEFAULT '0', `AmountMade13` int(11) NOT NULL DEFAULT '0', `TotalSold14` int(11) NOT NULL DEFAULT '0', `AmountMade14` int(11) NOT NULL DEFAULT '0', `TotalSold15` int(11) NOT NULL DEFAULT '0', `AmountMade15` int(11) NOT NULL DEFAULT '0', `TotalSold16` int(11) NOT NULL DEFAULT '0', `AmountMade16` int(11) NOT NULL DEFAULT '0', `TotalSold17` int(11) NOT NULL DEFAULT '0', `AmountMade17` int(11) NOT NULL DEFAULT '0', `TotalSold18` int(11) NOT NULL DEFAULT '0', `AmountMade18` int(11) NOT NULL DEFAULT '0', `TotalSold19` int(11) NOT NULL DEFAULT '0', `AmountMade19` int(11) NOT NULL DEFAULT '0', `TotalSold20` int(11) NOT NULL DEFAULT '0', `AmountMade20` int(11) NOT NULL DEFAULT '0', `TotalSold21` int(11) NOT NULL DEFAULT '0', `AmountMade21` int(11) NOT NULL DEFAULT '0', `TotalSold22` int(11) NOT NULL DEFAULT '0', `AmountMade22` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of sales -- ----------------------------