Magento 2.3 create the new database table using declarative schema
Hello Magento Folks, As you know from magento 2.3, use db_schema.xml for creating a new table for the database instead of written InstallSchema PHP class. The new database table creation/updating concept in Magento 2.3 is called declarative schema. Also From Magento 2.3 We don’t need to create InstallSchema.php and UpgradeSchema.php Now you can create a database table […]