CREATE TABLE `uchome_plug_newfarm_mclogs` (
  `id` int(11) NOT NULL auto_increment,
  `type` tinyint(4) NOT NULL,
  `uid` int(11) NOT NULL,
  `fromid` int(11) NOT NULL,
  `count` text character set utf8 NOT NULL,
  `iid` text character set utf8 NOT NULL,
  `money` text character set utf8 NOT NULL,
  `isread` int(11) NOT NULL, 
  `time` int(11) NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=gbk;