CREATE TABLE `hb_currency2country` (
 `country` varchar(2) NOT NULL,
 `currency_id` int(11) NOT NULL,
 PRIMARY KEY (`country`)
) ENGINE=InnoDB;