CREATE TABLE `hb_paid_addons` (
 `module` varchar(127) NOT NULL,
 `key` text NOT NULL,
 PRIMARY KEY (`module`)
) ENGINE=InnoDB;
