Description de la table
Table contenant les sujets mis en favoris par un membre.
CREATE TABLE phpbb_bookmarks ( topic_id int(10) unsigned NOT NULL DEFAULT '0', user_id int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (topic_id,user_id) ) CHARSET=utf8 COLLATE=utf8_bin;