Home | Help | Search | Gallery | Staff List | Login | Register |
Database Error |
Please try again. If you come back to this error screen, report the error to an administrator. CREATE TABLE IF NOT EXISTS bcfcomics_gallery_cat (ID_CAT mediumint(8) NOT NULL auto_increment, ID_MEMBER mediumint(8) unsigned NOT NULL default '0', title VARCHAR(100) NOT NULL, description text, roworder mediumint(8) unsigned NOT NULL default '0', image VARCHAR(255), filename tinytext, ID_BOARD smallint(5) unsigned NOT NULL default '0', postingsize tinyint(4) NOT NULL default '0', ID_PARENT smallint(5) unsigned NOT NULL default '0', disablerating tinyint(4) NOT NULL default '0', total int(11) NOT NULL default '0', redirect tinyint(4) NOT NULL default '0', locktopic tinyint(4) NOT NULL default '0', showpostlink tinyint(4) NOT NULL default '0', sortby tinytext, orderby tinytext, locked tinyint(4) NOT NULL default '0', LAST_ID_PICTURE int(11) NOT NULL default '0', id_topic int(10) unsigned NOT NULL default '0', tweet_items tinyint(1) default 0, seourl varchar(255), PRIMARY KEY (ID_CAT)) |