📄 Magento_Widget · engine innodb
layout_update
Layout Updates
Neighbourhood (1-hop foreign-key graph — showing 2 of 2)
flowchart LR c["layout_update"]:::center n0["layout_link"] click n0 "/schema/table/layout_link" c -- layout_update_id --> n0 n1["widget_instance_page_layout"] click n1 "/schema/table/widget_instance_page_layout" c -- layout_update_id --> n1 click c "/schema/table/layout_update" classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px
Click a node to jump to that table.
Columns (5)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| layout_update_id PK | int unsigned | no | Layout Update ID | |
| handle | varchar(255) | yes | Handle | |
| xml | text | yes | Xml | |
| sort_order | smallint | no | 0 | Sort Order |
| updated_at | timestamp | yes | 0 | Last Update Timestamp |
Keys & indexes
Primary key: layout_update_id
Indexes
- LAYOUT_UPDATE_HANDLE (handle) btree
Referenced by (2)
- layout_link .layout_update_id → .layout_update_id (on delete CASCADE)
- widget_instance_page_layout .layout_update_id → .layout_update_id (on delete CASCADE)