SQL
Verfasst: 08.09.2003 06:51
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
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