-- AlterTable
ALTER TABLE `shopitem` ADD COLUMN `enchantType` ENUM('ALL', 'ARMOR', 'MELEE_WEAPON', 'RANGED_WEAPON', 'TOOL') NULL;
