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