Posted inMagento 2
Create Data and Schema Patches in Magento 2
A data patch is a class that contains data modification instructions like update, Insert, delete. A schema patch is a class that contains schema modification instructions like create, drop, alter.1.…



