-- -------------------------------------------------------- -- -- Table structure for table `config` -- CREATE TABLE `config` ( `id` int(11) NOT NULL, `option_id` int(11) DEFAULT NULL, `value` text DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8;