Column | Data Type | Nullable | Default | Description / PK / Index |
ContactTypeID | int | not null | | Primary key for ContactType records. PK_ContactType_ContactTypeID |
Name | dbo.Name | not null | | Contact type description. AK_ContactType_Name |
ModifiedDate | datetime | not null | (getdate()) | Date and time the record was last updated.
|