This article outlines the database structure for the MMv4 product_attr_assoc database table.
- object_id
Reference to the system ID of the product (product.id).
int(10) | unsigned | indexed
- attr_id
Reference to the system ID of the attribute (product_attr.id).
int(10) | unsigned | indexed
|