|
id
|
bigint(20) unsigned
|
|
|
|
|
record_id
|
bigint(20) unsigned
|
|
|
Browse foreign values
|
|
source_type
|
enum
|
-- |
|
coaching
|
|
source_id
|
bigint(20) unsigned
|
|
|
|
|
action_item
|
text
|
|
|
|
|
responsible_user_id
|
int(10) unsigned
|
|
|
|
|
responsible_label
|
varchar(180)
|
|
|
|
|
target_date
|
date
|
|
|
|
|
completion_date
|
date
|
|
|
|
|
status
|
enum
|
-- |
|
open
|
|
completion_note
|
text
|
|
|
|
|
created_by
|
int(10) unsigned
|
|
|
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|
|
updated_at
|
timestamp
|
|
|
current_timestamp()
|