| id |
int(11)
|
|
|
|
| organisation_id |
int(11)
|
|
|
|
| related_to |
int(11)
|
|
|
|
| related_preferred_communication |
enum('phone_call', 'whatsapp', 'email')
|
utf8mb4_general_ci
|
|
|
| parent_task_id |
int(11)
|
|
|
|
| is_subtask |
int(11)
|
|
|
|
| is_recurring |
tinyint(1)
|
|
|
|
| subtask_order |
int(11)
|
|
|
|
| sector_id |
int(11)
|
|
|
|
| responsible_person_id |
int(11)
|
|
|
|
| responsible_preferred_communication |
enum('phone_call', 'whatsapp', 'email')
|
utf8mb4_general_ci
|
|
|
| supervisor_id |
int(11)
|
|
|
|
| supervisor_preferred_communication |
enum('phone_call', 'whatsapp', 'email')
|
utf8mb4_general_ci
|
|
|
| title |
varchar(255)
|
utf8mb4_general_ci
|
|
|
| short_description |
text
|
utf8mb4_general_ci
|
|
|
| long_description |
text
|
utf8mb4_general_ci
|
|
|
| from_date |
date
|
|
|
|
| till_date |
date
|
|
|
|
| subtask_offset |
int(11)
|
|
|
|
| completion_time |
enum('morning', 'mid-morning', 'noon', 'afternoon', 'evening')
|
utf8mb4_general_ci
|
|
|
| file_name |
varchar(255)
|
utf8mb4_general_ci
|
|
|
| status |
int(11)
|
|
|
|
| task_status |
enum('not_started', 'in_progress', 'partially_completed', 'completed')
|
utf8mb4_general_ci
|
|
|
| is_informed |
tinyint(1)
|
|
|
|
| is_execut_informed |
tinyint(1)
|
|
|
|
| is_respon_informed |
tinyint(1)
|
|
|
|
| execut_informed_on |
datetime
|
|
|
|
| respon_informed_on |
datetime
|
|
|
|
| execut_informed_by |
int(11)
|
|
|
|
| respon_informed_by |
int(11)
|
|
|
|
| informed_on |
datetime
|
|
|
|
| informed_by |
int(11)
|
|
|
|
| partially_completed_reason_id |
int(11)
|
|
|
|
| partially_completed_notes |
text
|
utf8mb4_general_ci
|
|
|
| is_extended |
tinyint(1)
|
|
|
|
| original_task_id |
int(11)
|
|
|
|
| extension_days |
int(11)
|
|
|
|
| extension_date |
date
|
|
|
|
| deleted |
int(11)
|
|
|
|
| addedOn |
datetime
|
|
|
|
| addedBy |
int(11)
|
|
|
|
| modifiedBy |
int(11)
|
|
|
|
| modifiedOn |
timestamp
|
|
|
|
| is_communication_task |
tinyint(1)
|
|
|
|
| communication_type |
enum('phone', 'whatsapp', 'email')
|
utf8mb4_general_ci
|
|
|
| communication_to |
enum('staff', 'partner')
|
utf8mb4_general_ci
|
|
|
| contact_info |
varchar(255)
|
utf8mb4_general_ci
|
|
|
| original_communication_title |
text
|
utf8mb4_general_ci
|
|
|