-- AlterTable
ALTER TABLE `Commodity` MODIFY `disclosure_statement_html` LONGTEXT NULL,
    MODIFY `standard_contract_html` LONGTEXT NULL;
