Table customer_groups
Description
Describes the groups for the customers. Each row is for one group.
Table Details
Columns
| Field | Type | Description |
| id | int(10) unsigned | A unique, auto incremented value, to identify each customer group record. |
| name | varchar(32) | The name of the group. |
| description | text | The description of the group. |
Indexes
| Field | Type |
| id | PRIMARY |
