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.
declarative-schema
- Read more »May 24, 2020
- Read more »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.
- Read more »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
- Read more »May 21, 2020
In this blog post, I will show you how to rename an existing table name using declarative schema in Magento 2.3 or later versions. If you have old version of Magento then you can check this post to rename an existing table name in Magento 2, there you can rename table name using InstallSchema or UpgradeSchema in your module.
- Read more »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.
The information below is required for social login
Sign In
Create New Account