Difference between revisions of "Production.ProductPhoto (table)"
Line 12: | Line 12: | ||
+ | === 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 18: | Line 19: | ||
| '''Nullable | | '''Nullable | ||
| '''Default | | '''Default | ||
− | | '''Description | + | | '''Description |
|- valign="top" | |- valign="top" | ||
Line 25: | Line 26: | ||
| not null | | not null | ||
| | | | ||
− | | Primary key for ProductPhoto records. | + | | Primary key for ProductPhoto records. |
|- valign="top" | |- valign="top" | ||
| ThumbNailPhoto | | ThumbNailPhoto | ||
Line 31: | Line 32: | ||
| null | | null | ||
| | | | ||
− | | Small image of the product. | + | | Small image of the product. |
|- valign="top" | |- valign="top" | ||
| ThumbnailPhotoFileName | | ThumbnailPhotoFileName | ||
Line 37: | Line 38: | ||
| null | | null | ||
| | | | ||
− | | Small image file name. | + | | Small image file name. |
|- valign="top" | |- valign="top" | ||
| LargePhoto | | LargePhoto | ||
Line 43: | Line 44: | ||
| null | | null | ||
| | | | ||
− | | Large image of the product. | + | | Large image of the product. |
|- valign="top" | |- valign="top" | ||
| LargePhotoFileName | | LargePhotoFileName | ||
Line 49: | Line 50: | ||
| null | | null | ||
| | | | ||
− | | Large image file name. | + | | Large image file name. |
|- valign="top" | |- valign="top" | ||
| ModifiedDate | | ModifiedDate | ||
Line 55: | Line 56: | ||
| not null | | not null | ||
| (getdate()) | | (getdate()) | ||
− | | Date and time the record was last updated. | + | | 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 | ||
+ | |- | ||
+ | | 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 72: | Line 82: | ||
|} | |} | ||
+ | === References === | ||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''Dependency Type | ||
+ | | '''Object Type | ||
+ | | '''Referenced Object | ||
+ | |||
+ | |- | ||
+ | | Schema | ||
+ | | Schema | ||
+ | | [[Production_(schema)|Production]] | ||
+ | |||
+ | |} | ||
Revision as of 23:05, 2 February 2010
Contents
wikibot
Table | Production.ProductPhoto |
Description | Product images. |
Columns
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
Primary Key | Columns |
PK_ProductPhoto_ProductPhotoID | ProductPhotoID |
Detail Tables
Detail Table | Column | Referencing Column |
Production.ProductProductPhoto | ProductPhotoID | ProductPhotoID |
References
Dependency Type | Object Type | Referenced Object |
Schema | Schema | Production |
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 |