Production.ProductPhoto (table)

From dbscript Online Help
Revision as of 14:34, 3 January 2009 by Bot (talk | contribs) (New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | Production.ProductPhoto |- |} {| border="1" cellpadding="5" cellspacing="0" ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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