CREATE TABLE `uchome_plug_newfarm` (
`uid` mediumint(8) NOT NULL,
`farmlandstatus` text NOT NULL,
`animal` text NOT NULL,
`taskid` int(2) NOT NULL default '1',
`charm` int(10) NOT NULL default '0',
`money` int(10) NOT NULL default '0',
`exp` int(10) NOT NULL default '0',
`mc_exp` int(10) NOT NULL default '0',
`fb` int(10) NOT NULL default '0',
`reclaim` smallint(2) NOT NULL default '6',
`package` text NOT NULL,
`mc_package` text NOT NULL,
`fertilizer` text NOT NULL,
`decorative` text NOT NULL,
`fruit` text NOT NULL,
`dog` text NOT NULL,
`nosegay` text NOT NULL,
`message` text NOT NULL,
`mc_taskid` int(2) NOT NULL default '0',
`mc_taskid1` int(2) NOT NULL default '0',
`mc_log` text NOT NULL,
`log` text NOT NULL,
`wenzi` text NOT NULL,
`bad` INT(11) NOT NULL,
`MC_CHAT` text NOT NULL,
`repertory` text NOT NULL,
`expLimit` VARCHAR(30) NOT NULL DEFAULT '',
PRIMARY KEY (`uid`)
) |