/*
  Warnings:

  - You are about to drop the column `echant` on the `shopitem` table. All the data in the column will be lost.

*/
-- AlterTable
ALTER TABLE `shopitem` DROP COLUMN `echant`,
    ADD COLUMN `enchant` VARCHAR(50) NULL,
    MODIFY `maxLevel` INTEGER NULL;
