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