This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Create aggregated SQL views for default EAV entity types in Magento: | |
* - dev_category | |
* - dev_product | |
* - dev_customer | |
* - dev_address | |
* | |
* Each view has the primary entity table, plus associated EAV values (eav_int, eav_text, etc). | |
* This is meant as a development tool to quickly see or select scoped data for a given entity. | |
* Do not use these for any runtime code, and be careful about how many rows you fetch at once. |