-- AlterTable
ALTER TABLE `shopitem` ADD COLUMN `available` BOOLEAN NOT NULL DEFAULT true;
