📣 Magento_Newsletter · engine innodb
newsletter_queue_store_link
Newsletter Queue Store Link
Neighbourhood (1-hop foreign-key graph — showing 2 of 2)
flowchart LR c["newsletter_queue_store_link"]:::center n0["newsletter_queue"] click n0 "/schema/table/newsletter_queue" n0 -- queue_id --> c n1["store"] click n1 "/schema/table/store" n1 -- store_id --> c click c "/schema/table/newsletter_queue_store_link" classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px
Click a node to jump to that table.
Related tables (2)
Columns (2)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| queue_id | int unsigned | no | 0 | Queue ID |
| store_id | smallint unsigned | no | 0 | Store ID |
Keys & indexes
Primary key: queue_id, store_id
Indexes
- NEWSLETTER_QUEUE_STORE_LINK_STORE_ID (store_id) btree
References (2)
- queue_id → newsletter_queue .queue_id (on delete CASCADE)
- store_id → store .store_id (on delete CASCADE)