Production.ProductProductPhoto (table)
wikibot
| Table | Production.ProductProductPhoto |
| Column | Data Type | Nullable | Default | PK | Index |
| ProductID | int | not null | PK_ProductProductPhoto_ProductID_ProductPhotoID | ||
| ProductPhotoID | int | not null | PK_ProductProductPhoto_ProductID_ProductPhotoID | ||
| Primary | dbo.Flag | not null | ((0)) | ||
| ModifiedDate | datetime | not null | (getdate()) |
| Relation | Column | Referenced Column |
| Production.Product | ProductID | ProductID |
| Production.ProductPhoto | ProductPhotoID | ProductPhotoID |