habe dies auch so gemacht wie immer, also per phpmyadmin ...ALTER TABLE phpbb_album_cat ADD cat_parent mediumint unsigned not null default 0 AFTER cat_id;
ALTER TABLE phpbb_album_cat ADD cat_type tinyint not null default 0 AFTER cat_parent
nach abschicken des befehles erhielt ich alelrdings folgende fehlermeldung
ich hab keine ahnung was ich falsch gemacht habe ...Error
SQL-query :
ALTER TABLE phpbb_album_cat ADD cat_parent mediumint unsigned not null default0 AFTER cat_id
MySQL said:
Duplicate column name 'cat_parent'
kann cih diese befehle noch manueller einfügen?
mfG