📦 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.
Related tables (2)
Columns (4)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| title_id PK | int unsigned | no | Title ID | |
| sample_id | int unsigned | no | 0 | Sample ID |
| store_id | smallint unsigned | no | 0 | Store ID |
| title | varchar(255) | yes | Title |
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)
- sample_id → downloadable_sample .sample_id (on delete CASCADE)
- store_id → store .store_id (on delete CASCADE)