Seite 1 von 1

SQL

Verfasst: 08.09.2003 06:51
von Tobias Claren
Hallo.

Ich habe diese Anweisung hier in einer Installationsanweisung:

#-----[ SQL ]-------------------------------------------------
#
ALTER TABLE phpbb_categories ADD cat_main_type CHAR(1);
ALTER TABLE phpbb_categories ADD cat_main MEDIUMINT(8) UNSIGNED DEFAULT '0' NOT NULL;
ALTER TABLE phpbb_categories ADD cat_desc TEXT NOT NULL;
ALTER TABLE phpbb_forums ADD forum_link VARCHAR(255);
ALTER TABLE phpbb_forums ADD forum_link_internal TINYINT(1) NOT NULL;
ALTER TABLE phpbb_forums ADD forum_link_hit_count TINYINT(1) NOT NULL;
ALTER TABLE phpbb_forums ADD forum_link_hit BIGINT(20) UNSIGNED NOT NULL;
#
#-----[ SQL ]-------------------------------------------------
#
#
# the next request is optional. Run it only if you plan to use the real sub-forums feature
#
ALTER TABLE phpbb_forums ADD main_type CHAR(1);
#
#-----[ SQL ]-------------------------------------------------


Ich kann es nicht eintragen. phpMyAdmin (über Confixx) bringt mir nicht die Erklärung.

Ich habe alles was hinter "add" steht in die betreffende "Table" (?) eingetragen, und "OK" gedrückt. schon der erste Befehll verursachte eine Fehlermeldung.

Wie mache ich das genau?


Grüße,
Tobias Claren

Verfasst: 08.09.2003 06:59
von Meerschweinchen-TV
hi!
will dir jetzt nichts falsches sagen, aber ich meine du musst alles nach "alter" eingeben!

Verfasst: 08.09.2003 07:18
von Gast
Ich habe mittlerweile alles inkl. "ALTER" eingegeben.
Ich musste erst zum Fenster zum Eintrag kommen.

Es hat funktioniert.

Mich interessiert noch, was genau "real sub-forums feature" beim Kategorienmod sind (?).