startSetup(); $installer->getConnection()->changeColumn( $installer->getTable('sendfriend/sendfriend'), 'ip', 'ip', 'varbinary(16)' ); $installer->getConnection()->update( $installer->getTable('sendfriend/sendfriend'), array( 'ip' => new Zend_Db_Expr('UNHEX(HEX(CAST(ip as UNSIGNED INT)))') ) ); $installer->endSetup();