Previous: contact_email_type | Unanet Data Model | Next: contact_phone_type |
Column Name | Data Type | Default Value |
References Table |
Foreign Key Name |
||
1. | PK | contact_phone_key | decimal(15) | |||
2. | customer_contact_key | decimal(15) | customer_contact | fk_contact_phone1 | ||
3. | contact_phone_type_key | decimal(15) | contact_phone_type | fk_contact_phone2 | ||
4. | phone | varchar(120) | ||||
5. | primary_ind | char(1) | ('N') |
Column | References | Foreign Key Name | |
Table | Column | ||
contact_phone_type_key | contact_phone_type | contact_phone_type_key | fk_contact_phone2 |
customer_contact_key | customer_contact | customer_contact_key | fk_contact_phone1 |
Name | Definition |
cc_contact_phone_primary | ([primary_ind]='N' OR [primary_ind]='Y') |
Index Name | Unique | Column Name | Asc Or Desc |
pk_contact_phone | true | contact_phone_key | Asc |
idx_contact_phone1 | false | customer_contact_key | Asc |