-- AlterTable
ALTER TABLE `shopcategory` MODIFY `active` BOOLEAN NOT NULL DEFAULT true;
