Difference between revisions of "Purchasing.VendorContact (table)"
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | Purchasing.VendorContact |- |} {| border="1" cellpadding="5" cellspacing="0"...) |
(No difference)
|
Revision as of 13:35, 3 January 2009
wikibot
Table | Purchasing.VendorContact |
Column | Data Type | Nullable | Default | PK | Index |
VendorID | int | not null | PK_VendorContact_VendorID_ContactID | ||
ContactID | int | not null | PK_VendorContact_VendorID_ContactID | IX_VendorContact_ContactID | |
ContactTypeID | int | not null | IX_VendorContact_ContactTypeID | ||
ModifiedDate | datetime | not null | (getdate()) |
Relation | Column | Referenced Column |
Person.Contact | ContactID | ContactID |
Person.ContactType | ContactTypeID | ContactTypeID |
Purchasing.Vendor | VendorID | VendorID |