Re: donator day market for v2 free
-- --------------------------------------------------------
--
-- Table structure for table `donatormarket`
--
CREATE TABLE `donatormarket` (
`dmID` int(11) NOT NULL auto_increment,
`dmQTY` int(11) NOT NULL default '0',
`dmADDER` int(11) NOT NULL default '0',
`dmPRICE` int(11) NOT NULL default '0',
PRIMARY KEY (`dmID`)
) ENGINE=MyISAM ;
-- --------------------------------------------------------
there it should work