Seite 1 von 1

Tabellen anlegen

Verfasst: 26.03.2004 12:42
von Contra
Also das funzt irgendwie net.
Ich willl den post icon Mod uf mein board installieren komme aber bei der erstellung der tabelen nicht weiter:

ALTER TABLE phpbb_topics ADD topic_icon TINYINT(2);
ALTER TABLE phpbb_posts ADD post_icon TINYINT(2);
ALTER TABLE phpbb_posts ADD INDEX (post_icon);

Wie macht man das?

Einfach in die : phpbb_topics gehen
SQL
topic_icon TINYINT(2); eintragen aber dann funzt was nicht richtig?
Kann wer helfen?

Verfasst: 26.03.2004 12:48
von Markus67
hi ...

du gehst in phpmyadmin .... auf den tab .. SQL

und dort kopierst du die komplette sql anweisung rein ...

auf ok .... fertig ..

markus