This article outlines the database structure for the MMv4 customer_group_rule database table.
- id
Primary Key of the table.
int(10) | unsigned | auto increment | primary key | indexed
- group_id
group id
int(10) | unsigned | indexed
- search_type
The type of search being performed.
varchar(255) | indexed
|