Code: Alles auswählen
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
Code: Alles auswählen
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