Shopware 5.5.7 s_core_shops_attributes
Custom attribute extensions for shops.
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | int(11) | NO | Primary Key, auto_increment |
| shopID | int(11) unsigned | NO | Unique Foreign Key → s_core_shops.id |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| PRIMARY | id | Yes |
| shopID | shopID | Yes |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| shopID | s_core_shops | id |
