Description de la table
Table contenant la liste des notifications de courriels reçues par les membres
CREATE TABLE phpbb_notification_emails ( notification_type_id smallint(4) unsigned NOT NULL DEFAULT '0', item_id int(10) unsigned NOT NULL DEFAULT '0', item_parent_id int(10) unsigned NOT NULL DEFAULT '0', user_id int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (notification_type_id,item_id,item_parent_id,user_id) ) CHARSET=utf8 COLLATE=utf8_bin;