Shopware 5.5.7 s_articles_downloads
Downloadable files attached to products (for digital goods).
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | int(11) unsigned | NO | Primary Key, auto_increment |
| articleID | int(11) unsigned | NO | Index |
| description | varchar(255) | NO | |
| filename | varchar(255) | NO | |
| size | double | NO |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| articleID | articleID | No |
| PRIMARY | id | Yes |
Relations (to this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| id | s_articles_downloads_attributes | downloadID |
