query("CREATE TABLE IF NOT EXISTS {item_links} ( `id` int(9) NOT NULL auto_increment, `item_id` int(9) NOT NULL, `url` text default NULL, PRIMARY KEY (`id`), KEY(`item_id`, `id`)) DEFAULT CHARSET=utf8;"); // Set the module's version number. module::set_version("item_links", 1); } }