Table contenant la liste des mots censurés.
CREATE TABLE phpbb_words (
word_id mediumint(8) UNSIGNED NOT NULL auto_increment,
word varchar(255) DEFAULT '' NOT NULL,
replacement varchar(255) DEFAULT '' NOT NULL,
PRIMARY KEY (word_id)
) CHARACTER SET `utf8` COLLATE `utf8_bin`;
Aucune donnée n'est insérée lors de l'installation.