I\'m making a school project - tree-like to-do list. To store the tasks, I have a sqlalchemy table "tasks" with that columns:
id | text | is_checked | i