Shopware 5.7.13 s_core_customergroups_attributes
Custom attribute extensions for customer groups.
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | int(11) | NO | Primary Key, auto_increment |
| customerGroupID | int(11) | YES | Unique Foreign Key → s_core_customergroups.id |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| customerGroupID | customerGroupID | Yes |
| PRIMARY | id | Yes |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| customerGroupID | s_core_customergroups | id |
