-- AlterTable
ALTER TABLE `shopcategory` MODIFY `type` ENUM('ITEM', 'ENCHANT', 'TRANSFER', 'EXP') NOT NULL DEFAULT 'ITEM';
