MageSmith

📦 Magento_CatalogInventory · engine innodb

cataloginventory_stock

Cataloginventory Stock

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

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

Click a node to jump to that table.

Columns (3)

NameTypeNullDefaultComment
stock_id PKsmallint unsignednoStock ID
website_id smallint unsignednoWebsite ID
stock_name varchar(255) yesStock Name

Keys & indexes

Primary key: stock_id

Indexes

  • CATALOGINVENTORY_STOCK_WEBSITE_ID (website_id) btree

Referenced by (1)