📊 Magento_Inventory · engine innodb
inventory_source_carrier_link
Neighbourhood (1-hop foreign-key graph — showing 1 of 1)
flowchart LR c["inventory_source_carrier_link"]:::center n0["inventory_source"] click n0 "/schema/table/inventory_source" n0 -- source_code --> c click c "/schema/table/inventory_source_carrier_link" 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 |
|---|---|---|---|---|
| link_id PK | int unsigned | no | ||
| source_code | varchar(255) | no | ||
| carrier_code | varchar(255) | no | ||
| position | smallint unsigned | yes |
Keys & indexes
Primary key: link_id
References (1)
- source_code → inventory_source .source_code (on delete CASCADE)