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