Purchasing.ShipMethod (table)

From dbscript Online Help
Revision as of 14:35, 3 January 2009 by Bot (talk | contribs) (New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | Purchasing.ShipMethod |- |} {| border="1" cellpadding="5" cellspacing="0" st...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

wikibot

Table Purchasing.ShipMethod


Column Data Type Nullable Default PK Index
ShipMethodID int not null PK_ShipMethod_ShipMethodID
Name dbo.Name not null AK_ShipMethod_Name
ShipBase money not null ((0.00))
ShipRate money not null ((0.00))
rowguid uniqueidentifier not null (newid()) AK_ShipMethod_rowguid
ModifiedDate datetime not null (getdate())


Detail Table Column Referencing Column
Purchasing.PurchaseOrderHeader ShipMethodID ShipMethodID
Sales.SalesOrderHeader ShipMethodID ShipMethodID