/* 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:55 */ SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- Table structure for `tokens_report` -- ---------------------------- DROP TABLE IF EXISTS `tokens_report`; CREATE TABLE `tokens_report` ( `id` int(11) NOT NULL AUTO_INCREMENT, `playerid` int(11) NOT NULL, `date` date DEFAULT NULL, `hour` time DEFAULT NULL, `count` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=11709 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of tokens_report -- ----------------------------