CREATE TABLE `mt_config` ( `config_id` INT(11) NOT NULL AUTO_INCREMENT, `config_data` MEDIUMTEXT NULL, PRIMARY KEY (`config_id`) )