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

From dbscript Online Help
Jump to: navigation, search
 
(7 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
|-
+
|- valign="top"
 
| '''Table
 
| '''Table
 
| Production.ProductPhoto
 
| Production.ProductPhoto
|-
+
|- valign="top"
 +
| '''Description
 +
| Product images.
 
|}
 
|}
  
 
+
=== Columns ===
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
|- style="background:silver"
 
|- style="background:silver"
Line 15: Line 17:
 
| '''Nullable
 
| '''Nullable
 
| '''Default
 
| '''Default
| '''PK
+
| '''Description
| '''Index
+
 
+
|- valign="top"
|-
 
 
| ProductPhotoID
 
| ProductPhotoID
 
| int
 
| int
 
| not null
 
| not null
 
|  
 
|  
| PK_ProductPhoto_ProductPhotoID
+
| Primary key for ProductPhoto records.
|
+
|- valign="top"
|-
 
 
| ThumbNailPhoto
 
| ThumbNailPhoto
 
| varbinary(max)
 
| varbinary(max)
 
| null
 
| null
 
|  
 
|  
|  
+
| Small image of the product.
|
+
|- valign="top"
|-
 
 
| ThumbnailPhotoFileName
 
| ThumbnailPhotoFileName
 
| nvarchar(50)
 
| nvarchar(50)
 
| null
 
| null
 
|  
 
|  
|  
+
| Small image file name.
|
+
|- valign="top"
|-
 
 
| LargePhoto
 
| LargePhoto
 
| varbinary(max)
 
| varbinary(max)
 
| null
 
| null
 
|  
 
|  
|  
+
| Large image of the product.
|
+
|- valign="top"
|-
 
 
| LargePhotoFileName
 
| LargePhotoFileName
 
| nvarchar(50)
 
| nvarchar(50)
 
| null
 
| null
 
|  
 
|  
|  
+
| Large image file name.
|
+
|- valign="top"
|-
 
 
| ModifiedDate
 
| ModifiedDate
 
| datetime
 
| datetime
 
| not null
 
| not null
 
| (getdate())
 
| (getdate())
|  
+
| Date and time the record was last updated.
|
 
 
|}
 
|}
  
 +
=== Primary Key ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Primary Key
 +
| '''Columns
 +
|- valign="top"
 +
| PK_ProductPhoto_ProductPhotoID
 +
| ProductPhotoID
 +
|}
  
 
+
=== Detail Tables ===
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
|- style="background:silver"
 
|- style="background:silver"
Line 69: Line 73:
 
| '''Column
 
| '''Column
 
| '''Referencing Column
 
| '''Referencing Column
+
 
|-
+
|- valign="top"
 
| [[Production.ProductProductPhoto_(table)|Production.ProductProductPhoto]]
 
| [[Production.ProductProductPhoto_(table)|Production.ProductProductPhoto]]
 
| ProductPhotoID
 
| ProductPhotoID
 
| ProductPhotoID
 
| ProductPhotoID
 
|}
 
|}
 +
 +
=== References ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Dependency Type
 +
| '''Object Type
 +
| '''Referenced Object
 +
 +
|- valign="top"
 +
| Schema
 +
| Schema
 +
| [[Production_(schema)|Production]]
 +
 +
|}
 +
 +
 
== automatically generated ==
 
== automatically generated ==
  
Line 81: Line 101:
 
| '''Table
 
| '''Table
 
| Production.ProductPhoto
 
| Production.ProductPhoto
|-
+
|- valign="top"
 
 
 
| '''Description
 
| '''Description
 
| Product images.
 
| Product images.
 
|-
 
|-
 
 
|}
 
|}
  
Line 103: Line 121:
 
| not null
 
| not null
 
|  
 
|  
| Primary key for ProductPhoto records.PK_ProductPhoto_ProductPhotoID
+
| Primary key for ProductPhoto records.<br />PK_ProductPhoto_ProductPhotoID
 
|- valign="top"
 
|- valign="top"
 
| ThumbNailPhoto
 
| ThumbNailPhoto
Line 109: Line 127:
 
| null
 
| null
 
|  
 
|  
| Small image of the product.
+
| Small image of the product.<br />
 
|- valign="top"
 
|- valign="top"
 
| ThumbnailPhotoFileName
 
| ThumbnailPhotoFileName
Line 115: Line 133:
 
| null
 
| null
 
|  
 
|  
| Small image file name.
+
| Small image file name.<br />
 
|- valign="top"
 
|- valign="top"
 
| LargePhoto
 
| LargePhoto
Line 121: Line 139:
 
| null
 
| null
 
|  
 
|  
| Large image of the product.
+
| Large image of the product.<br />
 
|- valign="top"
 
|- valign="top"
 
| LargePhotoFileName
 
| LargePhotoFileName
Line 127: Line 145:
 
| null
 
| null
 
|  
 
|  
| Large image file name.
+
| Large image file name.<br />
 
|- valign="top"
 
|- valign="top"
 
| ModifiedDate
 
| ModifiedDate
Line 133: Line 151:
 
| not null
 
| not null
 
| (GETDATE())
 
| (GETDATE())
| Date and time the record was last updated.
+
| Date and time the record was last updated.<br />
 
|}
 
|}
  
Line 148: Line 166:
 
| ProductPhotoID
 
| ProductPhotoID
 
| ProductPhotoID
 
| ProductPhotoID
 +
|}
 +
 +
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Dependency Type
 +
| '''Object Type
 +
| '''Referenced Object
 +
 +
|-
 +
| Schema
 +
| Schema
 +
| [[Production_(schema)|Production]]
 +
 
|}
 
|}

Latest revision as of 00:16, 24 June 2010

wikibot[edit]

Table Production.ProductPhoto
Description Product images.

Columns[edit]

Column Data Type Nullable Default Description
ProductPhotoID int not null Primary key for ProductPhoto records.
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.

Primary Key[edit]

Primary Key Columns
PK_ProductPhoto_ProductPhotoID ProductPhotoID

Detail Tables[edit]

Detail Table Column Referencing Column
Production.ProductProductPhoto ProductPhotoID ProductPhotoID

References[edit]

Dependency Type Object Type Referenced Object
Schema Schema Production


automatically generated[edit]

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