execute(' ALTER TABLE `' . _DB_PREFIX_ . 'ximport_category` ADD `markup_type` ENUM("percent", "amount") NOT NULL DEFAULT "percent" AFTER `markup`;' ); return true; }