Production.ProductPhoto (table)
wikibot
Table | Production.ProductPhoto |
Column | Data Type | Nullable | Default | PK | Index |
ProductPhotoID | int | not null | PK_ProductPhoto_ProductPhotoID | ||
ThumbNailPhoto | varbinary(max) | null | |||
ThumbnailPhotoFileName | nvarchar(50) | null | |||
LargePhoto | varbinary(max) | null | |||
LargePhotoFileName | nvarchar(50) | null | |||
ModifiedDate | datetime | not null | (getdate()) |
Detail Table | Column | Referencing Column |
Production.ProductProductPhoto | ProductPhotoID | ProductPhotoID |