ERROR: DB Error: already exists: CREATE TABLE eventum_search_profile ( sep_id int(11) unsigned NOT NULL auto_increment, sep_usr_id int(11) unsigned NOT NULL, sep_prj_id int(11) unsigned NOT NULL, sep_type char(5) NOT NULL, sep_user_profile blob NOT NULL, PRIMARY KEY (sep_id), UNIQUE (sep_usr_id, sep_prj_id, sep_type) ) [nativecode=1050 ** Table 'eventum_search_profile' already exists]