ShoppingCart
Primary Key
| Primary Key | Field Type |
|---|---|
| ID | int |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| CreateDate | datetime | Default = getutcdate() | ||
| UpdateDate | datetime | Default = getutcdate() | ||
| CookieID | uniqueidentifier |
Foreign Keys
| Foreign Key | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| ClientUsersID | int | yes | ClientUsers.ID | |
| ShoppingCartPartID | int | ShoppingCartPart.ID |
Indexes
| Index Name | Fields | Unique | Primary | Clustered |
|---|---|---|---|---|
| PK_ShoppingCart | ID | yes | yes |
Referenced by
| Referenced by | Field |
|---|---|
| ShoppingCartDonation | ShoppingCartID |
| ShoppingCartEvent | ShoppingCartID |
| ShoppingCartMembership | ShoppingCartID |