How to add or drop a column from a table in Magento 2?
Part 3: to continue series of database operation, how to add a column or delete a column from database table in Magento 2 using declarative schema. Add a column to Table: Modify your module db_schema.xml file to add a new […]