startSetup(); $table = $installer->getTable('salesrule'); try { $installer->run("ALTER TABLE $table ADD `gls_specific_shipping_method` TEXT CHARACTER SET utf8 COLLATE utf8_general_ci NULL"); } catch(Exception $e) {} $installer->endSetup();