📄 Magento_Widget · engine innodb
widget_instance_page
Instance of Widget on Page
Neighbourhood (1-hop foreign-key graph — showing 2 of 2)
flowchart LR c["widget_instance_page"]:::center n0["widget_instance"] click n0 "/schema/table/widget_instance" n0 -- instance_id --> c n1["widget_instance_page_layout"] click n1 "/schema/table/widget_instance_page_layout" c -- page_id --> n1 click c "/schema/table/widget_instance_page" classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px
Click a node to jump to that table.
Related tables (2)
Columns (8)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| page_id PK | int unsigned | no | Page ID | |
| instance_id | int unsigned | no | 0 | Instance ID |
| page_group | varchar(25) | yes | Block Group Type | |
| layout_handle | varchar(255) | yes | Layout Handle | |
| block_reference | varchar(255) | yes | Container | |
| page_for | varchar(25) | yes | For instance entities | |
| entities | text | yes | Catalog entities (comma separated) | |
| page_template | varchar(255) | yes | Path to widget template |
Keys & indexes
Primary key: page_id
Indexes
- WIDGET_INSTANCE_PAGE_INSTANCE_ID (instance_id) btree
References (1)
- instance_id → widget_instance .instance_id (on delete CASCADE)
Referenced by (1)
- widget_instance_page_layout .page_id → .page_id (on delete CASCADE)