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