Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | CHAR | 36 | null |
|
|
|||||||||||||||||||||||||||||||
name | VARCHAR | 255 | √ | 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 |
|
|
||||||||||||||||||||||||||||||
location | VARCHAR | 50 | √ | null |
|
|
||||||||||||||||||||||||||||||
password | VARCHAR | 50 | √ | null |
|
|
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
idx_del_wf_tpl_sub_subtpl_meeting_name | Performance | Asc/Asc/Asc/Asc/Asc/Asc/Asc | deleted + dri_workflow_id + dri_workflow_template_id + dri_subworkflow_id + dri_subworkflow_template_id + dri_workflow_task_template_id + name |
idx_del_wf_tpl_sub_subtpl_meeting_status | Performance | Asc/Asc/Asc/Asc/Asc/Asc/Asc | deleted + dri_workflow_id + dri_workflow_template_id + dri_subworkflow_id + dri_subworkflow_template_id + dri_workflow_task_template_id + status |
idx_meet_date_start_end_del | Performance | Asc/Asc/Asc | date_start + date_end + deleted |
idx_meet_date_start_reminder | Performance | Asc/Asc | date_start + reminder_time |
idx_meet_par_del | Performance | Asc/Asc/Asc | parent_id + parent_type + deleted |
idx_meet_repeat_parent_id | Performance | Asc/Asc | repeat_parent_id + deleted |
idx_meet_stat_del | Performance | Asc/Asc/Asc | assigned_user_id + status + deleted |
idx_meeting_cj_activity_tpl_id | Performance | Asc | dri_workflow_task_template_id |
idx_meeting_cj_journey_tpl_id | Performance | Asc | dri_workflow_template_id |