meetings_contacts


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id CHAR 36 null
meeting_id CHAR 36 null
meetings.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_con_mtg_con Performance Asc contact_id
idx_meeting_contact Performance Asc/Asc meeting_id + contact_id

Relationships