How do you do that?

You are developing a module and need to add another column to a table introduced by another module MyCompany_MyModule via db schema.
How do you do that?
A. Create a etc/db_schema.xml file in your module, add the column and run bin/magento setup:upgrade
B. Create a etc/db.xml file in your module, add the column and run bin/magento setup:db-schema:upgrade
C. Run a command: bin/magento setup:db-schema:upgrade <table> <column definition>
D. Create a etc/db_schema_whitelist.json file in your module, add the column and run bin/magento setup:upgrade

Download Printable PDF. VALID exam to help you PASS.

6 thoughts on “How do you do that?

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.