Production.ProductInventory (table)
wikibot
| Table | Production.ProductInventory |
| Column | Data Type | Nullable | Default | PK | Index |
| ProductID | int | not null | PK_ProductInventory_ProductID_LocationID | ||
| LocationID | smallint | not null | PK_ProductInventory_ProductID_LocationID | ||
| Shelf | nvarchar(10) | not null | |||
| Bin | tinyint | not null | |||
| Quantity | smallint | not null | ((0)) | ||
| rowguid | uniqueidentifier | not null | (newid()) | ||
| ModifiedDate | datetime | not null | (getdate()) |
| Relation | Column | Referenced Column |
| Production.Location | LocationID | LocationID |
| Production.Product | ProductID | ProductID |