Showing posts with label tables in eav module in magento. Show all posts
Showing posts with label tables in eav module in magento. Show all posts

Friday, 18 November 2016

How many database tables will Magento create when you make a new EAV module?

Magento creates 6 tables when you create new EAV module. Tables: module, module_datetime, module_decimal, module_int, module_text and module_varchar. one is the main entity table, and rest 5 tables which holds attribute’s data in different data types. So that integer values will go to module_int table, price values to module_decimal, etc.