| Field Name | Data Type | Size | Original Type | Default | Nullable | Description | Check |
|---|---|---|---|---|---|---|---|
| ContactTypeID | int identity | int | Not null | Primary key for ContactType records. | |||
| Name | Name | nvarchar(50) | Not null | Contact type description. | |||
| ModifiedDate | datetime | getdate() | Not null | Date and time the record was last updated. |
The object has no extended properties.
| Primary Key Name | Field Name |
|---|---|
| PK_ContactType_ContactTypeID | ContactTypeID |
| Index Name | Description | Clustered | Unique | Fields |
|---|---|---|---|---|
| PK_ContactType_ContactTypeID | Clustered index created by a primary key constraint. | Yes | Yes | ContactTypeID |
| AK_ContactType_Name | Unique nonclustered index. | No | Yes | Name |
| Name | Description | Type | Enabled |
|---|---|---|---|
| uContactType | AFTER UPDATE trigger setting the ModifiedDate column in the ContactType table to the current date. | after Update | Yes |
| Object Name | Type | Field Name |
|---|---|---|
| dbo.ufnGetContactInformation | table function | N/A |
| Person.uContactType | trigger | N/A |
| Purchasing.vVendor | view | N/A |
| Sales.vStoreWithDemographics | view | N/A |