MageSmith

📄 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)

NameTypeNullDefaultComment
layout_update_id PKint unsignednoLayout Update ID
handle varchar(255) yesHandle
xml text yesXml
sort_order smallint no0Sort Order
updated_at timestamp yes0Last Update Timestamp

Keys & indexes

Primary key: layout_update_id

Indexes

  • LAYOUT_UPDATE_HANDLE (handle) btree

Referenced by (2)