ProjectContactMethods
Address information of contacts for projects.
Columns
Name | Type | References | Description |
ProjectId [KEY] | Integer |
ProjectContacts.ProjectId | The identifier for this project. |
ContactId [KEY] | Integer |
ProjectContacts.ContactId | The identifier for this contact. |
ContactMethodId [KEY] | Integer | The address contact method identifier. | |
ContactType | String | The type of contact (email, phone, etc). | |
ContactInfo | String | The contact information (email address, phone number, etc) for this method. |