制作新的EAV模块时,Magento会创建多少个数据库表?

Can any one tells me

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

please

That depends on what you are creating, but the most simplest module will create the following tables

  1. eav_table
  2. eav_table_datetime
  3. eav_table_decimal
  4. eav_table_int
  5. eav_table_text
  6. eav_table_varchar