startSetup(); $installer->getConnection()->dropKey($installer->getTable('sendfriend/sendfriend'), 'ip'); $installer->getConnection()->dropKey($installer->getTable('sendfriend/sendfriend'), 'time'); $installer->getConnection()->modifyColumn($installer->getTable('sendfriend/sendfriend'), 'log_id', 'int(10) unsigned NOT NULL'); $installer->getConnection()->modifyColumn($installer->getTable('sendfriend/sendfriend'), 'ip', 'bigint(20) NOT NULL DEFAULT 0'); $installer->getConnection()->modifyColumn($installer->getTable('sendfriend/sendfriend'), 'time', 'int(10) unsigned NOT NULL'); $installer->getConnection()->addKey($installer->getTable('sendfriend/sendfriend'), 'IDX_REMOTE_ADDR', array('ip')); $installer->getConnection()->addKey($installer->getTable('sendfriend/sendfriend'), 'IDX_LOG_TIME', array('time')); $installer->endSetup();