getConnection() ->addColumn($installer->getTable('sales/order'), 'coupon_rule_name', array( 'TYPE' => Varien_Db_Ddl_Table::TYPE_TEXT, 'LENGTH' => 255, 'NULLABLE' => true, 'COMMENT' => 'Coupon Sales Rule Name' ));