MageSmith

📄 Magento_Widget · engine innodb

layout_link

Layout Link

Neighbourhood (1-hop foreign-key graph — showing 3 of 3)

flowchart LR
  c["layout_link"]:::center
  n0["layout_update"]
  click n0 "/schema/table/layout_update"
  n0 -- layout_update_id --> c
  n1["store"]
  click n1 "/schema/table/store"
  n1 -- store_id --> c
  n2["theme"]
  click n2 "/schema/table/theme"
  n2 -- theme_id --> c
  click c "/schema/table/layout_link"
  classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px

Click a node to jump to that table.

Columns (5)

NameTypeNullDefaultComment
layout_link_id PKint unsignednoLink ID
store_id smallint unsignedno0Store ID
theme_id int unsignednoTheme ID
layout_update_id int unsignedno0Layout Update ID
is_temporary boolean nofalseDefines whether Layout Update is Temporary

Keys & indexes

Primary key: layout_link_id

Indexes

  • LAYOUT_LINK_LAYOUT_UPDATE_ID (layout_update_id) btree
  • LAYOUT_LINK_STORE_ID_THEME_ID_LAYOUT_UPDATE_ID_IS_TEMPORARY (store_id, theme_id, layout_update_id, is_temporary) btree

References (3)

  • layout_update_id layout_update .layout_update_id (on delete CASCADE)
  • store_id store .store_id (on delete CASCADE)
  • theme_id theme .theme_id (on delete CASCADE)