calls_contacts


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id CHAR 36 null
call_id CHAR 36 null
calls.id Defined in XMLR
contact_id CHAR 36 null
contacts.id Defined in XMLR
required VARCHAR 1 1
accept_status VARCHAR 25 none
date_modified DATETIME 26 null
deleted BIT 1 0

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
idx_call_contact Performance Asc/Asc call_id + contact_id
idx_con_call_con Performance Asc contact_id

Relationships