ScrewTurn Wiki

Edit

wikibot

TableSales.ShoppingCartItem
DescriptionContains online customer orders until the order is submitted or cancelled.

Edit

Columns

ColumnData TypeNullableDefaultDescription
ShoppingCartItemIDintnot null Primary key for ShoppingCartItem records.
ShoppingCartIDnvarchar(50)not null Shopping cart identification number.
Quantityintnot null((1))Product quantity ordered.
ProductIDintnot null Product ordered. Foreign key to Product.ProductID.
DateCreateddatetimenot null(getdate())Date the time the record was created.
ModifiedDatedatetimenot null(getdate())Date and time the record was last updated.

Edit

Primary Key

Primary KeyColumns
PK_ShoppingCartItem_ShoppingCartItemIDShoppingCartItemID

Edit

Indexes

IndexTypeColumns
IX_ShoppingCartItem_ShoppingCartID_ProductID ShoppingCartID, ProductID

Edit

Check Constraints

Check ConstraintExpressionDescription
CK_ShoppingCartItem_Quantity(Quantity>=(1))Check constraint Quantity >= (1)

Edit

Foreign Keys

RelationColumnReferenced Column
Production.ProductProductIDProductID

Edit

References

Dependency TypeObject TypeReferenced Object
SchemaSchemaSales

Edit

automatically generated

TableSales.ShoppingCartItem
DescriptionContains online customer orders until the order is submitted or cancelled.

ColumnData TypeNullableDefaultDescription / PK / Index
ShoppingCartItemIDintnot null Primary key for ShoppingCartItem records.
PK_ShoppingCartItem_ShoppingCartItemID
ShoppingCartIDnvarchar(50)not null Shopping cart identification number.
IX_ShoppingCartItem_ShoppingCartID_ProductID
Quantityintnot null(1)Product quantity ordered.
ProductIDintnot null Product ordered. Foreign key to Product.ProductID.
IX_ShoppingCartItem_ShoppingCartID_ProductID
DateCreateddatetimenot null(GETDATE())Date the time the record was created.
ModifiedDatedatetimenot null(GETDATE())Date and time the record was last updated.



RelationColumnReferenced Column
Production.ProductProductIDProductID

Dependency TypeObject TypeReferenced Object
SchemaSchemaSales

ScrewTurn Wiki version 2.0.36. Some of the icons created by FamFamFam.