MageSmith

🌐 Magento_Store · engine innodb

store_website

Websites

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

flowchart LR
  c["store_website"]:::center
  n0["store"]
  click n0 "/schema/table/store"
  c -- website_id --> n0
  n1["customer_entity"]
  click n1 "/schema/table/customer_entity"
  c -- website_id --> n1
  n2["product_alert_price"]
  click n2 "/schema/table/product_alert_price"
  c -- website_id --> n2
  n3["product_alert_stock"]
  click n3 "/schema/table/product_alert_stock"
  c -- website_id --> n3
  n4["salesrule_product_attribute"]
  click n4 "/schema/table/salesrule_product_attribute"
  c -- website_id --> n4
  n5["weee_tax"]
  click n5 "/schema/table/weee_tax"
  c -- website_id --> n5
  click c "/schema/table/store_website"
  classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px

Click a node to jump to that table.

Columns (6)

NameTypeNullDefaultComment
website_id PKsmallint unsignednoWebsite ID
code varchar(32) yesCode
name varchar(64) yesWebsite Name
sort_order smallint unsignedno0Sort Order
default_group_id smallint unsignedno0Default Group ID
is_default smallint unsignedyes0Defines Is Website Default

Keys & indexes

Primary key: website_id

Unique

  • STORE_WEBSITE_CODE (code)

Indexes

  • STORE_WEBSITE_SORT_ORDER (sort_order) btree
  • STORE_WEBSITE_DEFAULT_GROUP_ID (default_group_id) btree

Referenced by (20)