📄 Magento_Widget · engine innodb
widget_instance
Instances of Widget for Package Theme
Neighbourhood (1-hop foreign-key graph — showing 2 of 2)
flowchart LR c["widget_instance"]:::center n0["theme"] click n0 "/schema/table/theme" n0 -- theme_id --> c n1["widget_instance_page"] click n1 "/schema/table/widget_instance_page" c -- instance_id --> n1 click c "/schema/table/widget_instance" classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px
Click a node to jump to that table.
Related tables (2)
Columns (7)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| instance_id PK | int unsigned | no | Instance ID | |
| instance_type | varchar(255) | yes | Instance Type | |
| theme_id | int unsigned | no | Theme ID | |
| title | varchar(255) | yes | Widget Title | |
| store_ids | varchar(255) | no | 0 | Store ids |
| widget_parameters | text | yes | Widget parameters | |
| sort_order | smallint unsigned | no | 0 | Sort order |
Keys & indexes
Primary key: instance_id
References (1)
- theme_id → theme .theme_id (on delete CASCADE)
Referenced by (1)
- widget_instance_page .instance_id → .instance_id (on delete CASCADE)