<!--- Provide a general summary of the issue in the Title above --> <!--- Before adding new issues, please, check this article https://github.com/magento/magento2/wiki/Issue-reporting-guidelines--> ### Preconditions <!--- Provide a more detailed information of environment you use --> <!--- Magento version, tag, HEAD, etc., PHP & MySQL version, etc.. --> 1. MySQL 5.7.18 2. PHP 7.0.20 3. Community 2.2.0-RC1.1 4. Enterprise 2.2.0-RC1.2 5. B2B 1.1.0-RC1.2 ### Steps to reproduce <!--- Provide a set of unambiguous steps to reproduce this bug include code, if relevant --> 1. Run installation using CLI, eg: ```bash bin/magento setup:install --db-host mysql --db-name magento --db-user root --db-password magento123 --admin-user admin --admin-password magento123 --admin-firstname User --admin-lastname Name --admin-email user@example.com ``` ### Expected result <!--- Tell us what should happen --> 1. Installation Completes ### Actual result <!--- Tell us what happens instead --> 1. Error output: ``` --- [Progress: 207 / 849] Module 'Magento_BundleStaging': Installing schema... Upgrading schema... [PDOException] SQLSTATE[42000]: Syntax error or access violation: 1072 Key column 'parent_product_id' doesn't exist in table --- ``` <!--- (This may be platform independent comment) -->