prefix}workshop_comments ( id SERIAL8 PRIMARY KEY , workshopid int8 NOT NULL default '0', assessmentid int8 NOT NULL default '0', userid int8 NOT NULL default '0', timecreated int8 NOT NULL default '0', mailed int2 NOT NULL default '0', comments text NOT NULL ) "); } return true; } ?>