CREATE TABLE IF NOT EXISTS tasks ( id INTEGER PRIMARY KEY NOT NULL, content TEXT NOT NULL, creation_date TEXT NOT NULL, status TEXT NOT NULL );