ALTER TABLE `posts` 
MODIFY COLUMN `category` ENUM('general','flights','hotels','umrah') DEFAULT 'general';