EAV, for those who don’t know, stands for Entity Attribute Value, which a data model used in Magento 2. Entity: it’s responsible for storing data. Attribute: It’s a separate property of an entity like name, gender, email address, etc. Value: It’s basically the value of an entity and attribute. Together, the EAV structure helps to get flexibility for… Continue reading What is EAV Model in Magento 2?