Person.ContactType (table)
wikibot
| Table | Person.ContactType |
| Column | Data Type | Nullable | Default | PK | Index |
| ContactTypeID | int | not null | PK_ContactType_ContactTypeID | ||
| Name | dbo.Name | not null | AK_ContactType_Name | ||
| ModifiedDate | datetime | not null | (getdate()) |
| Detail Table | Column | Referencing Column |
| Sales.StoreContact | ContactTypeID | ContactTypeID |
| Purchasing.VendorContact | ContactTypeID | ContactTypeID |