-- AlterTable
ALTER TABLE `shopitem` MODIFY `sell` INTEGER NULL DEFAULT 0;
