This article outlines the database structure for the MMv4 customer_group_assoc database table.
- group_id
Reference to the system ID of the customer group (customer_group.id).
int(10) | unsigned | indexed
- cid
Reference to the system ID of the customer (customer.id).
int(10) | unsigned | indexed
|