Difference between revisions of "Production.ProductInventory (table)"

From dbscript Online Help
Jump to: navigation, search
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | Production.ProductInventory |- |} {| border="1" cellpadding="5" cellspacing=...)
(No difference)

Revision as of 14:34, 3 January 2009

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