ALTER TABLE `phpboost_news` ADD (
  `inscription` tinyint(1) NOT NULL DEFAULT '0',
  `confirmation` tinyint(1) NOT NULL DEFAULT '0',
  `nbr_max` smallint(5) unsigned NOT NULL,
  `inscr_clsd` tinyint(1) NOT NULL DEFAULT '0',
  `participants_conf` text NOT NULL,
  `participants_wconf` text NOT NULL,
  `participants_ext` text NOT NULL
);