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.
- May 23, 2020
Before Magento 2.3, we can remove column from an existing table using UpgradeSchema.php file, but we can use declarative schema in Magento 2.3 or later versions to remove column(s) from an existing table.
- May 22, 2020
Welcome to Kishan Savaliya's Magento 2 Blog.In this blog post, I will show you how to add new column to an existing table in Magento 2.3
- May 20, 2020
In this blog post,we will learn how to use declarative schema in Magento 2.3 and above versions and how to create new table using it.