📦 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.
Related tables (1)
Columns (4)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| website_id | smallint unsigned | no | Website ID | |
| default_store_id | smallint unsigned | no | Default store ID for website | |
| website_date | date | yes | Website Date | |
| rate | float | yes | 1 | Rate |
Keys & indexes
Primary key: website_id
Indexes
- CATALOG_PRODUCT_INDEX_WEBSITE_WEBSITE_DATE (website_date) btree
References (1)
- website_id → store_website .website_id (on delete CASCADE)