eav_entity_type without quote at installation
问题 the origin... I have a module with a setup script (common mysql4-upgrade-0.1.0-0.1.1.php), adding an attribute to quote: $eav = new Mage_Eav_Model_Entity_Setup('sales_setup'); $eav->addAttribute('quote', 'my_attribute', array('type' => 'varchar')); If I run my magento store on an empty DB, setups scripts run and a 'Wrong entity ID' error breaks the process. Call stack points to my setup script. ...looking for... If I go to database, I see eav_entity_type table filled but only with 8 types: