1 2 3 4 5
CREATE TABLE IF NOT EXISTS deletions ( event_id TEXT NOT NULL, deletes TEXT NOT NULL, CONSTRAINT ev_uniq UNIQUE (event_id) );