📦 Magento_Downloadable · engine innodb
downloadable_link_price
Downloadable Link Price Table
Neighbourhood (1-hop foreign-key graph — showing 2 of 2)
flowchart LR c["downloadable_link_price"]:::center n0["downloadable_link"] click n0 "/schema/table/downloadable_link" n0 -- link_id --> c n1["store_website"] click n1 "/schema/table/store_website" n1 -- website_id --> c click c "/schema/table/downloadable_link_price" classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px
Click a node to jump to that table.
Related tables (2)
Columns (4)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| price_id PK | int unsigned | no | Price ID | |
| link_id | int unsigned | no | 0 | Link ID |
| website_id | smallint unsigned | no | 0 | Website ID |
| price | decimal | no | 0 | Price |
Keys & indexes
Primary key: price_id
Indexes
- DOWNLOADABLE_LINK_PRICE_LINK_ID (link_id) btree
- DOWNLOADABLE_LINK_PRICE_WEBSITE_ID (website_id) btree
References (2)
- link_id → downloadable_link .link_id (on delete CASCADE)
- website_id → store_website .website_id (on delete CASCADE)