db->query('ALTER TABLE `media_genres` ADD `is_default` BOOLEAN NOT NULL DEFAULT FALSE AFTER `media_category_id`'); return true; } }