
id : bigint(20) unsigned
|

decision_number : varchar(255)
|

title : varchar(255)
|

description : text
|

session_id : bigint(20) unsigned
|

status : enum('new','in_progress','completed','approved','cancelled','reserved')
|

type : enum('executive','informational')
|

priority : enum('low','medium','high','urgent')
|

deadline : date
|

supervisor_id : bigint(20) unsigned
|

created_by : bigint(20) unsigned
|

is_cancelled : tinyint(1)
|

cancellation_reason : text
|

cancellation_date : date
|

replaced_by_decision_id : bigint(20) unsigned
|

replaced_by_session_number : varchar(255)
|

replaced_by_session_date : date
|

started_at : timestamp
|

completed_at : timestamp
|

approved_at : timestamp
|

created_at : timestamp
|

updated_at : timestamp
|

parent_id : bigint(20) unsigned
|

deleted_at : timestamp
|