Difference between revisions of "Sales.StoreContact (table)"
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | Sales.StoreContact |- |} {| border="1" cellpadding="5" cellspacing="0" style...) |
(No difference)
|
Revision as of 13:35, 3 January 2009
wikibot
| Table | Sales.StoreContact |
| Column | Data Type | Nullable | Default | PK | Index |
| CustomerID | int | not null | PK_StoreContact_CustomerID_ContactID | ||
| ContactID | int | not null | PK_StoreContact_CustomerID_ContactID | IX_StoreContact_ContactID | |
| ContactTypeID | int | not null | IX_StoreContact_ContactTypeID | ||
| rowguid | uniqueidentifier | not null | (newid()) | AK_StoreContact_rowguid | |
| ModifiedDate | datetime | not null | (getdate()) |
| Relation | Column | Referenced Column |
| Person.Contact | ContactID | ContactID |
| Person.ContactType | ContactTypeID | ContactTypeID |
| Sales.Store | CustomerID | CustomerID |