MageSmith

📦 Magento_Downloadable · engine innodb

downloadable_link_title

Link Title Table

Neighbourhood (1-hop foreign-key graph — showing 2 of 2)

flowchart LR
  c["downloadable_link_title"]:::center
  n0["downloadable_link"]
  click n0 "/schema/table/downloadable_link"
  n0 -- link_id --> c
  n1["store"]
  click n1 "/schema/table/store"
  n1 -- store_id --> c
  click c "/schema/table/downloadable_link_title"
  classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px

Click a node to jump to that table.

Columns (4)

NameTypeNullDefaultComment
title_id PKint unsignednoTitle ID
link_id int unsignedno0Link ID
store_id smallint unsignedno0Store ID
title varchar(255) yesTitle

Keys & indexes

Primary key: title_id

Unique

  • DOWNLOADABLE_LINK_TITLE_LINK_ID_STORE_ID (link_id, store_id)

Indexes

  • DOWNLOADABLE_LINK_TITLE_STORE_ID (store_id) btree

References (2)