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