ALTER TABLE `qs_Product` ADD `featured` ENUM( 'y', 'n' ) NOT NULL DEFAULT 'n' AFTER `rawDescription`;