startSetup(); $installer->getConnection()->changeColumn($this->getTable('salesrule'), 'conditions_serialized', 'conditions_serialized', 'mediumtext CHARACTER SET utf8 NOT NULL' ); $installer->getConnection()->changeColumn($this->getTable('salesrule'), 'actions_serialized', 'actions_serialized', 'mediumtext CHARACTER SET utf8 NOT NULL' ); $installer->endSetup();