Difference between revisions of "Production.ProductPhoto (table)"

From dbscript Online Help
Jump to: navigation, search
Line 5: Line 5:
 
| '''Table
 
| '''Table
 
| Production.ProductPhoto
 
| Production.ProductPhoto
 +
|- valign="top"
 +
| '''Description
 +
| Product images.
 
|-
 
|-
 
|}
 
|}
Line 15: Line 18:
 
| '''Nullable
 
| '''Nullable
 
| '''Default
 
| '''Default
| '''PK
+
| '''Description / PK / Index
| '''Index
 
 
 
|-
+
|- valign="top"
 
| ProductPhotoID
 
| ProductPhotoID
 
| int
 
| int
 
| not null
 
| not null
 
|  
 
|  
| PK_ProductPhoto_ProductPhotoID
+
| Primary key for ProductPhoto records.<br />PK_ProductPhoto_ProductPhotoID
|
+
|- valign="top"
|-
 
 
| ThumbNailPhoto
 
| ThumbNailPhoto
 
| varbinary(max)
 
| varbinary(max)
 
| null
 
| null
 
|  
 
|  
|  
+
| Small image of the product.<br />
|
+
|- valign="top"
|-
 
 
| ThumbnailPhotoFileName
 
| ThumbnailPhotoFileName
 
| nvarchar(50)
 
| nvarchar(50)
 
| null
 
| null
 
|  
 
|  
|  
+
| Small image file name.<br />
|
+
|- valign="top"
|-
 
 
| LargePhoto
 
| LargePhoto
 
| varbinary(max)
 
| varbinary(max)
 
| null
 
| null
 
|  
 
|  
|  
+
| Large image of the product.<br />
|
+
|- valign="top"
|-
 
 
| LargePhotoFileName
 
| LargePhotoFileName
 
| nvarchar(50)
 
| nvarchar(50)
 
| null
 
| null
 
|  
 
|  
|  
+
| Large image file name.<br />
|
+
|- valign="top"
|-
 
 
| ModifiedDate
 
| ModifiedDate
 
| datetime
 
| datetime
 
| not null
 
| not null
 
| (getdate())
 
| (getdate())
|  
+
| Date and time the record was last updated.<br />
|
 
 
|}
 
|}
  
Line 75: Line 71:
 
| ProductPhotoID
 
| ProductPhotoID
 
|}
 
|}
 +
 +
 +
 
== automatically generated ==
 
== automatically generated ==
  

Revision as of 23:55, 28 December 2009

wikibot

Table Production.ProductPhoto
Description Product images.


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


Detail Table Column Referencing Column
Production.ProductProductPhoto ProductPhotoID ProductPhotoID


automatically generated

Table Production.ProductPhoto
Description Product images.


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


Detail Table Column Referencing Column
Production.ProductProductPhoto ProductPhotoID ProductPhotoID


Dependency Type Object Type Referenced Object
Schema Schema Production