ALTER TABLE `sta_MembershipType` ADD `enabled` ENUM('n','y') NOT NULL DEFAULT 'y' AFTER `sorter`, ADD INDEX (`enabled`) ;