ALTER TABLE `vt_CartItem` ADD `testProduct` ENUM('y','n') NOT NULL DEFAULT 'n' AFTER `productCategoryId`;