Create a new custom database table in Magento 2
Magento, Magento 2

How to create a new custom database table in Magento 2?

In this technical blog, we will learn about how to create a new database table by InstallSchema in Magento 2. Before create InstallSchema file. You need to create a custom module for that. You can create a custom module from here. If you want to add any data into table then,  you need to create InstallData.php file into Setup Folder…

Continue Reading