ALTER TABLE `qs_People` ADD `enabled` ENUM( 'y', 'n' ) NOT NULL DEFAULT 'y' AFTER `url` ;