Shopware 5.5.8 s_core_customerpricegroups
Price groups for graduated/quantity-based pricing schemes across customer segments.
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | int(11) unsigned | NO | Primary Key, auto_increment |
| name | varchar(255) | NO | |
| netto | int(1) unsigned | NO | |
| active | int(1) unsigned | NO |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| PRIMARY | id | Yes |
