How do you do that?
You are developing a module and need to add another column to a table introduced by another module MyCompany_MyModulevia db schema. How do you do that?A . Create a etc/db_schema.xml file in your module, add the column and run bin/magentosetup:upgradeB . Create a etc/db.xml file in your module, add the...