Shopware 5.7.19 s_articles_information
Product information links (external URLs displayed in the product detail 'Further links' section).
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | int(11) | NO | Primary Key, auto_increment |
| articleID | int(11) | NO | Index, Default: 0 |
| description | varchar(255) | NO | |
| link | varchar(255) | NO | |
| target | varchar(30) | NO |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| hauptid | articleID | No |
| PRIMARY | id | Yes |
Relations (to this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| id | s_articles_information_attributes | informationID |
