execute(DatabaseInstaller::getDpdshippingConnectionCreateTable()); $alterPayer = $db->execute( 'ALTER TABLE ' . _DB_PREFIX_ . 'dpdshipping_payer ADD COLUMN id_connection int(11) NULL AFTER id_shop;'); return $createConnectionTable && $alterPayer; }