Difference between revisions of "Purchasing.VendorAddress (table)"
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | Purchasing.VendorAddress |- |} {| border="1" cellpadding="5" cellspacing="0"...) |
(No difference)
|
Revision as of 13:35, 3 January 2009
wikibot
| Table | Purchasing.VendorAddress |
| Column | Data Type | Nullable | Default | PK | Index |
| VendorID | int | not null | PK_VendorAddress_VendorID_AddressID | ||
| AddressID | int | not null | PK_VendorAddress_VendorID_AddressID | IX_VendorAddress_AddressID | |
| AddressTypeID | int | not null | |||
| ModifiedDate | datetime | not null | (getdate()) |
| Relation | Column | Referenced Column |
| Person.Address | AddressID | AddressID |
| Person.AddressType | AddressTypeID | AddressTypeID |
| Purchasing.Vendor | VendorID | VendorID |