MageSmith

📦 Magento_Catalog · engine innodb

catalog_product_index_website

Catalog Product Website Index Table

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

flowchart LR
  c["catalog_product_index_website"]:::center
  n0["store_website"]
  click n0 "/schema/table/store_website"
  n0 -- website_id --> c
  click c "/schema/table/catalog_product_index_website"
  classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px

Click a node to jump to that table.

Columns (4)

NameTypeNullDefaultComment
website_id smallint unsignednoWebsite ID
default_store_id smallint unsignednoDefault store ID for website
website_date date yesWebsite Date
rate float yes1Rate

Keys & indexes

Primary key: website_id

Indexes

  • CATALOG_PRODUCT_INDEX_WEBSITE_WEBSITE_DATE (website_date) btree

References (1)