magento-2-3

  1. 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 »
  2. How to remove column from an existing table in Magento 2.3 using declarative schema? - Kishan Savaliya

    How to remove column from an existing table in Magento 2.3 using declarative schema?

    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 »
  3. How to add new column to an existing table in Magento 2.3 using declarative schema? - Kishan Savaliya

    How to add new column to an existing table in Magento 2.3 using declarative schema?

    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 »
  4. How to use Declarative Schema in Magento 2.3 and rename an existing table name? - Kishan Savaliya

    How to use Declarative Schema in Magento 2.3 and rename an existing table name?

    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 »
  5. How to use Declarative Schema in Magento 2.3 and Create new table? - Kishan Savaliya

    How to use Declarative Schema in Magento 2.3 and Create new table?

    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.

    Read more »
Copyright © 2020 Kishan Savaliya. All rights reserved.