MageSmith

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

Columns (7)

NameTypeNullDefaultComment
instance_id PKint unsignednoInstance ID
instance_type varchar(255) yesInstance Type
theme_id int unsignednoTheme ID
title varchar(255) yesWidget Title
store_ids varchar(255) no0Store ids
widget_parameters text yesWidget parameters
sort_order smallint unsignedno0Sort order

Keys & indexes

Primary key: instance_id

References (1)

  • theme_id theme .theme_id (on delete CASCADE)

Referenced by (1)