Shopware 6.7.8.1 order_line_item_download
Downloadable file access records for digital product line items.
| Column | Type | Nullable | Additional |
| id | binary(16) | NO | Primary Key |
| version_id | binary(16) | NO | Primary Key |
| position | int | NO | Default: 1 |
| access_granted | tinyint(1) | NO | Default: 0 |
| order_line_item_id | binary(16) | NO | Index
Foreign Key → order_line_item.id |
| order_line_item_version_id | binary(16) | NO |
Foreign Key → order_line_item.version_id |
| media_id | binary(16) | NO | Index
Foreign Key → media.id |
| custom_fields | json | YES | |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES | |
| Index Name | Columns | Unique |
| fk.order_line_item_download.media_id | media_id | No |
| fk.order_line_item_download.order_line_item_id | order_line_item_id,order_line_item_version_id | No |
| PRIMARY | id,version_id | Yes |
Relations (from this table)
3 relations