Sales.ShoppingCartItem (table)

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

wikibot

Table Sales.ShoppingCartItem


Column Data Type Nullable Default PK Index
ShoppingCartItemID int not null PK_ShoppingCartItem_ShoppingCartItemID
ShoppingCartID nvarchar(50) not null IX_ShoppingCartItem_ShoppingCartID_ProductID
Quantity int not null ((1))
ProductID int not null IX_ShoppingCartItem_ShoppingCartID_ProductID
DateCreated datetime not null (getdate())
ModifiedDate datetime not null (getdate())


Relation Column Referenced Column
Production.Product ProductID ProductID