Frage

I want to know what is the table in the magento 2 database, which stores the product information as the description. I found a table called "quote_item" but there are a lot less products than I have in the store.

War es hilfreich?

Lösung

Product data is stored across a number of tables. The main one is catalog_product_entity. Anything not in that table will be stored in catalog_product_entity_int, catalog_product_entity_text, catalog_product_entity_decimal, catalog_product_entity_varchar, catalog_product_entity_datetime. Additionally you need to use the eav_attribute table which will tell you which values in the other tables are for which attributes.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit magento.stackexchange
scroll top