getConnection() ->addColumn($installer->getTable('sales/order_status_history'), 'entity_name', array( 'type' => Varien_Db_Ddl_Table::TYPE_TEXT, 'length' => 32, 'nullable' => true, 'comment' => 'Shows what entity history is bind to.' ));