Please try again. If you come back to this error screen, report the error to an administrator.
CREATE TABLE IF NOT EXISTS thenvqman_gallery_rating
(ID int(11) NOT NULL auto_increment,
ID_PICTURE int(11) NOT NULL,
ID_MEMBER mediumint(8) unsigned NOT NULL default '0',
value tinyint(2) NOT NULL,
PRIMARY KEY (ID))