Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | CHAR | 36 | null |
|
|
|||||||||||||||||||||||
name | VARCHAR | 50 | √ | null |
|
|
||||||||||||||||||||||
date_entered | DATETIME | 26 | √ | null |
|
|
||||||||||||||||||||||
date_modified | DATETIME | 26 | √ | null |
|
|
||||||||||||||||||||||
modified_user_id | CHAR | 36 | √ | null |
|
|
||||||||||||||||||||||
created_by | CHAR | 36 | √ | null |
|
|
||||||||||||||||||||||
description | TEXT | 65535 | √ | null |
|
|
||||||||||||||||||||||
deleted | BIT | 1 | √ | 0 |
|
|
||||||||||||||||||||||
duration_hours | INT | 10 | √ | 0 |
|
|
||||||||||||||||||||||
duration_minutes | INT | 10 | √ | null |
|
|
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
idx_aws_calls_contact_id | Performance | Asc/Asc | aws_contact_id + deleted |
idx_call_direction | Performance | Asc | direction |
idx_call_name | Performance | Asc/Asc/Asc | deleted + name + date_modified |
idx_calls_acl_tmst_id | Performance | Asc/Asc | acl_team_set_id + deleted |
idx_calls_assigned_del | Performance | Asc/Asc | assigned_user_id + deleted |
idx_calls_date_start | Performance | Asc | date_start |
idx_calls_date_start_end_del | Performance | Asc/Asc/Asc | date_start + date_end + deleted |
idx_calls_date_start_reminder | Performance | Asc/Asc | date_start + reminder_time |
idx_calls_del_d_e | Performance | Asc/Asc/Asc | deleted + date_entered + id |