Description de la table
Table contenant les « amis et ignorés » des membres.
CREATE TABLE phpbb_zebra ( user_id int(10) unsigned NOT NULL DEFAULT '0', zebra_id int(10) unsigned NOT NULL DEFAULT '0', friend tinyint(1) unsigned NOT NULL DEFAULT '0', foe tinyint(1) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (user_id,zebra_id) ) CHARSET=utf8 COLLATE=utf8_bin;