Database error in vBulletin 3.5.0 Beta 3:
Invalid SQL:
CREATE TABLE forum_donation_donors (
id int(100) NOT NULL auto_increment,
userid int(255) NOT NULL default '0',
ip varchar(255) NOT NULL default '',
total decimal(10,2) NOT NULL default '0.00'
PRIMARY KEY (id)
) TYPE=MyISAM;;
MySQL Error : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '(id)
) TYPE=MyISAM' at line 6
Error Number : 1064
Date : Sunday, July 3rd 2005 @ 11:29:17 PM
Script :
http://....../admincp/donations_install.php
Referrer :
http://....../admincp/donations_install.php
Classname : vb_database