Difference between revisions of "Production.ProductPhoto (table)"
| 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 | ||
| Line 8: | Line 8: | ||
| '''Description | | '''Description | ||
| Product images. | | Product images. | ||
| − | |||
|} | |} | ||
| − | |||
=== Columns === | === Columns === | ||
| Line 20: | Line 18: | ||
| '''Default | | '''Default | ||
| '''Description | | '''Description | ||
| − | + | ||
|- valign="top" | |- valign="top" | ||
| ProductPhotoID | | ProductPhotoID | ||
| Line 64: | Line 62: | ||
| '''Primary Key | | '''Primary Key | ||
| '''Columns | | '''Columns | ||
| − | |- | + | |- valign="top" |
| PK_ProductPhoto_ProductPhotoID | | PK_ProductPhoto_ProductPhotoID | ||
| ProductPhotoID | | ProductPhotoID | ||
| Line 75: | Line 73: | ||
| '''Column | | '''Column | ||
| '''Referencing Column | | '''Referencing Column | ||
| − | + | ||
| − | |- | + | |- valign="top" |
| [[Production.ProductProductPhoto_(table)|Production.ProductProductPhoto]] | | [[Production.ProductProductPhoto_(table)|Production.ProductProductPhoto]] | ||
| ProductPhotoID | | ProductPhotoID | ||
| Line 89: | Line 87: | ||
| '''Referenced Object | | '''Referenced Object | ||
| − | |- | + | |- valign="top" |
| Schema | | Schema | ||
| Schema | | Schema | ||
Latest revision as of 23:16, 23 June 2010
Contents
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 |