executeStatement('ALTER TABLE `vrpayment_transaction_tmp` ADD COLUMN `erp_merchant_id` VARCHAR(255) DEFAULT NULL AFTER `confirmation_email_sent`;'); }catch (\Exception $exception){ // column probably exists } } /** * update destructive changes * * @param \Doctrine\DBAL\Connection $connection */ public function updateDestructive(Connection $connection): void { // implement update destructive } }