Tabellen anlegen
Verfasst: 26.03.2004 12:42
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?
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?