Generated using SQL Data Dictionary demo version.


Table Production.ProductPhoto (101 rows)


Product images.


  Column Data Type Identity Nullable Default
PK ProductPhotoID int X
Primary key for ProductPhoto records.
ThumbNailPhoto varbinary(max) X
Small image of the product.
ThumbnailPhotoFileName nvarchar(50) X
Small image file name.
LargePhoto varbinary(max) X
Large image of the product.
LargePhotoFileName nvarchar(50) X
Large image file name.
ModifiedDate datetime getdate()
Date and time the record was last updated.

Indexes:


Referenced by: