How to drop table in Magento 2.3 using declarative schema? - Kishan Savaliya

How to drop table in Magento 2.3 using declarative schema?

May 24, 2020

Before Magento 2.3, we can drop table using UpgradeSchema.php file, but we can use declarative schema in Magento 2.3 or later versions to drop table. Very easy step is here in declarative schema to drop table.

Read more »