Magento Database Changes
-
April 17, 2025 3
To remove a column in Magento 2 using declarative schema, update the db_schema.xml file by setting disabled="true" on the column you want to drop. This method eliminates the need for raw SQL. After modifying.....
12 min read