ContactGroup
Primary Key
| Primary Key | Field Type | 
|---|---|
| ID | int | 
Fields
| Field | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
| Name | nvarchar(50) | |||
| CreateDate | datetime | Default = getutcdate() | ||
| UpdateDate | datetime | Default = getutcdate() | 
Foreign Keys
| Foreign Key | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
| ClientUsersID | int | ClientUsers.ID | 
Indexes
| Index Name | Fields | Unique | Primary | Clustered | 
|---|---|---|---|---|
| PK_ContactGroup | ID | yes | yes | 
Referenced by
| Referenced by | Field | 
|---|---|
| AddressBookContacts | ContactGroupID |