Column | Data Type | Nullable | Default | Description |
ProductID | int | not null | | Product identification number. Foreign key to Product.ProductID. |
DocumentID | int | not null | | Document identification number. Foreign key to Document.DocumentID. |
ModifiedDate | datetime | not null | (getdate()) | Date and time the record was last updated. |