MageSmith

📄 Magento_Cms · engine innodb

cms_page_store

CMS Page To Store Linkage Table

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

flowchart LR
  c["cms_page_store"]:::center
  n0["cms_page"]
  click n0 "/schema/table/cms_page"
  n0 -- page_id --> c
  n1["store"]
  click n1 "/schema/table/store"
  n1 -- store_id --> c
  click c "/schema/table/cms_page_store"
  classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px

Click a node to jump to that table.

Columns (2)

NameTypeNullDefaultComment
page_id smallint noEntity ID
store_id smallint unsignednoStore ID

Keys & indexes

Primary key: page_id, store_id

Indexes

  • CMS_PAGE_STORE_STORE_ID (store_id) btree

References (2)

  • page_id cms_page .page_id (on delete CASCADE)
  • store_id store .store_id (on delete CASCADE)