startSetup(); $table = $installer->getTable('salesrule'); try { $installer->run("ALTER TABLE $table ADD `pacsoft_specific_shipping_method` TEXT CHARACTER SET utf8 COLLATE utf8_general_ci NULL"); } catch(Exception $e) { Mage::log($e->getMessage(),null,'pacsoft.log',true); } $installer->endSetup();