MageSmith

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

Columns (2)

NameTypeNullDefaultComment
page_id int unsignedno0Page ID
layout_update_id int unsignedno0Layout Update ID

Keys & indexes

Primary key: layout_update_id, page_id

Indexes

  • WIDGET_INSTANCE_PAGE_LAYOUT_PAGE_ID (page_id) btree

References (2)