alter table tasks add column schedule text;
alter table tasks add column completed date;
alter table tasks add column next_run date;