CREATE TABLE IF NOT EXISTS conferences ( id INTEGER PRIMARY_KEY, conference_name TEXT, conference_id TEXT, start TEXT, end TEXT );