db->query('ALTER TABLE `media` CHANGE `comments` `comments` TEXT CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL;'); return true; } }