database

  1. 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 »
  2. 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 »
  3. How to create new custom table in magento 2?

    How to create new custom table in magento 2?

    May 12, 2020

    In this blog post, you can learn how to create new table using InstallSchema, how to add sample data using InstallData and how to use UpgradeSchema and UpgradeData. How to create custom new table in magento 2, you can easily understand that here in this post.

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