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