Shopware 5.6.10 s_export_attributes
Custom attribute extensions for product export feeds.
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | int(11) | NO | Primary Key, auto_increment |
| exportID | int(11) | YES | Unique Foreign Key → s_export.id |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| exportID | exportID | Yes |
| PRIMARY | id | Yes |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| exportID | s_export | id |
