📄 Magento_Widget · engine innodb
widget_instance_page_layout
Layout updates
Neighbourhood (1-hop foreign-key graph — showing 2 of 2)
flowchart LR c["widget_instance_page_layout"]:::center n0["widget_instance_page"] click n0 "/schema/table/widget_instance_page" n0 -- page_id --> c n1["layout_update"] click n1 "/schema/table/layout_update" n1 -- layout_update_id --> c click c "/schema/table/widget_instance_page_layout" 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 |
|---|---|---|---|---|
| page_id | int unsigned | no | 0 | Page ID |
| layout_update_id | int unsigned | no | 0 | Layout Update ID |
Keys & indexes
Primary key: layout_update_id, page_id
Indexes
- WIDGET_INSTANCE_PAGE_LAYOUT_PAGE_ID (page_id) btree
References (2)
- page_id → widget_instance_page .page_id (on delete CASCADE)
- layout_update_id → layout_update .layout_update_id (on delete CASCADE)