I know that:
If attribute have backend_type is int/varchar/datetime, it’s value will be store int corresponding table, for example:
backend_type |value's table |
--------------------|------------------------------|
int |catalog_product_entity_int |
varchar |catalog_product_entity_varchar|
static |catalog_product_entity_???????|
So, where the value’s table for static backend_type?
staticmeans the attribute is stored as a column directly in the entity table. For products, the table iscatalog_product_entity.