📊 Magento_Inventory · engine innodb
inventory_stock
Neighbourhood (1-hop foreign-key graph — showing 2 of 2)
flowchart LR c["inventory_stock"]:::center n0["inventory_source_stock_link"] click n0 "/schema/table/inventory_source_stock_link" c -- stock_id --> n0 n1["inventory_stock_sales_channel"] click n1 "/schema/table/inventory_stock_sales_channel" c -- stock_id --> n1 click c "/schema/table/inventory_stock" classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px
Click a node to jump to that table.
Columns (2)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| stock_id PK | int unsigned | no | ||
| name | varchar(255) | no |
Keys & indexes
Primary key: stock_id
Referenced by (2)
- inventory_source_stock_link .stock_id → .stock_id (on delete CASCADE)
- inventory_stock_sales_channel .stock_id → .stock_id (on delete CASCADE)