From dbscript Online Help
wikibot
| Table
|
Purchasing.ProductVendor
|
| Column
|
Data Type
|
Nullable
|
Default
|
PK
|
Index
|
| ProductID
|
int
|
not null
|
|
PK_ProductVendor_ProductID_VendorID
|
|
| VendorID
|
int
|
not null
|
|
PK_ProductVendor_ProductID_VendorID
|
IX_ProductVendor_VendorID
|
| AverageLeadTime
|
int
|
not null
|
|
|
|
| StandardPrice
|
money
|
not null
|
|
|
|
| LastReceiptCost
|
money
|
null
|
|
|
|
| LastReceiptDate
|
datetime
|
null
|
|
|
|
| MinOrderQty
|
int
|
not null
|
|
|
|
| MaxOrderQty
|
int
|
not null
|
|
|
|
| OnOrderQty
|
int
|
null
|
|
|
|
| UnitMeasureCode
|
nchar(0)
|
not null
|
|
|
IX_ProductVendor_UnitMeasureCode
|
| ModifiedDate
|
datetime
|
not null
|
(getdate())
|
|
|