-- AlterTable
ALTER TABLE `Commodity` ADD COLUMN `notUserRelated` BOOLEAN NOT NULL DEFAULT false;
