startSetup(); $conn = $installer->getConnection(); $conn->addColumn($this->getTable('salesrule'), 'discount_step', 'int unsigned not null after discount_qty'); $installer->endSetup();