-- AlterTable
ALTER TABLE `Commodity` MODIFY `disclosure_statement_html` VARCHAR(700) NULL,
    MODIFY `standard_contract_html` VARCHAR(700) NULL;
