-- Your SQL goes here CREATE TABLE collab_snapshot ( id TEXT NOT NULL PRIMARY KEY DEFAULT '', object_id TEXT NOT NULL DEFAULT '', desc TEXT NOT NULL DEFAULT '', timestamp BIGINT NOT NULL DEFAULT 0, data BLOB NOT NULL DEFAULT (x'') );