Production.ProductInventory Table

Information

NameProductInventory
SchemaProduction
Row Count1069
Data Size56 KB
Index Size16 KB
Reserved Size72 KB
Unused Size0 KB
Created14.10.2005 1:58:34
Modified14.10.2005 1:59:53

Extended Properties

NameTypeProperty NameValue
ProductInventoryTABLEMS_DescriptionProduct inventory information.

Columns

PKKeyIdentityNameData TypeAllow NullsCollationReferencesDefaultComputedCompute Expression
   ProductIDint  Production.Product.ProductID
 
 
 
   LocationIDsmallint  Production.Location.LocationID
 
 
 
   Shelfnvarchar(20) SQL_Latin1_General_CP1_CI_AS 
 
 
 
   Bintinyint   
 
 
 
   Quantitysmallint   
((0))
 
 
   rowguiduniqueidentifier   
(newid())
 
 
   ModifiedDatedatetime   
(getdate())
 
 

Indexes

NameTypePrimaryUniqueColumns
PK_ProductInventory_ProductID_LocationIDClustered  ProductID, LocationID

Check Constraints

NameColumnEnabledTrustedExpression
CK_ProductInventory_ShelfShelf  ([Shelf] like '[A-Za-z]' OR [Shelf]='N/A')
CK_ProductInventory_BinBin  ([Bin]>=(0) AND [Bin]<=(100))

Foreign Key Constraints

NameTypeReferenced Table
FK_ProductInventory_Location_LocationIDForeign keyProduction.Location
FK_ProductInventory_Product_ProductIDForeign keyProduction.Product

Triggers

NameActivates onInstead OfFor ReplicationEnabledCreatedModified
Production.uProductInventoryUPDATE   14.10.2005 1:59:5314.10.2005 1:59:53