MageSmith

📦 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.

Columns (4)

NameTypeNullDefaultComment
price_id PKint unsignednoPrice ID
link_id int unsignedno0Link ID
website_id smallint unsignedno0Website ID
price decimal no0Price

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)