What do you mean by eav in magento? How many tables will be created in eav module?
Answer Posted / Rakhi Sharma
In Magento, EAV stands for Entity-Attribute-Value. It's a database architecture used to handle complex data types with ease. The EAV model separates the database schema from the application logic. In Magento, this results in tables like 'eav_entity', 'eav_attribute', and many more attribute and entity specific tables.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers