TASK_COLUMNS

Constant TASK_COLUMNS 

Source
pub const TASK_COLUMNS: &str = "id, parent_id, name, spec, status, complexity, priority, first_todo_at, first_doing_at, first_done_at, active_form";
Expand description

Standard column list for task queries (includes spec column)

Used when fetching complete task data with specification. Columns: id, parent_id, name, spec, status, complexity, priority, first_todo_at, first_doing_at, first_done_at, active_form