Column | Data Type | Nullable | Default | Description / PK / Index |
SpecialOfferID | int | not null | | Primary key for SpecialOfferProduct records. PK_SpecialOfferProduct_SpecialOfferID_ProductID |
ProductID | int | not null | | Product identification number. Foreign key to Product.ProductID. PK_SpecialOfferProduct_SpecialOfferID_ProductIDIX_SpecialOfferProduct_ProductID |
rowguid | uniqueidentifier | not null | (newid()) | ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample. AK_SpecialOfferProduct_rowguid |
ModifiedDate | datetime | not null | (getdate()) | Date and time the record was last updated.
|