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