MageSmith

📦 Magento_Downloadable · engine innodb

downloadable_sample_title

Downloadable Sample Title Table

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

flowchart LR
  c["downloadable_sample_title"]:::center
  n0["downloadable_sample"]
  click n0 "/schema/table/downloadable_sample"
  n0 -- sample_id --> c
  n1["store"]
  click n1 "/schema/table/store"
  n1 -- store_id --> c
  click c "/schema/table/downloadable_sample_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
sample_id int unsignedno0Sample ID
store_id smallint unsignedno0Store ID
title varchar(255) yesTitle

Keys & indexes

Primary key: title_id

Unique

  • DOWNLOADABLE_SAMPLE_TITLE_SAMPLE_ID_STORE_ID (sample_id, store_id)

Indexes

  • DOWNLOADABLE_SAMPLE_TITLE_STORE_ID (store_id) btree

References (2)