Tree tables are storing the custom fields and their relations with entities.
custom_field
custom_field_set
custom_field_set_relation
However Where are stored the actual values of those fields when you use them in an entity such as products?
Tree tables are storing the custom fields and their relations with entities.
custom_field
custom_field_set
custom_field_set_relation
However Where are stored the actual values of those fields when you use them in an entity such as products?
Hi,
they are stored in the table product_translation in the column custom_fields.
Best regards,
Werner.