Seite 1 von 1

DRINGEND schnell d. sql eingabebefehl für search_wordmatch

Verfasst: 12.11.2002 23:40
von S.Huckele
ich brauche schnell den befehl um in myadmin die


phpbb_search_wordmatch zu erstellen

Verfasst: 12.11.2002 23:44
von Acid

Code: Alles auswählen

CREATE TABLE phpbb_search_wordmatch (
  post_id mediumint(8) UNSIGNED NOT NULL default '0',
  word_id mediumint(8) UNSIGNED NOT NULL default '0',
  title_match tinyint(1) NOT NULL default '0',
  KEY word_id (word_id)
);
..auf prefix_ achten.