Production.ProductInventory (table)

From dbscript Online Help
Revision as of 14:34, 3 January 2009 by Bot (talk | contribs) (New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | Production.ProductInventory |- |} {| border="1" cellpadding="5" cellspacing=...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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