Skip to content

Instantly share code, notes, and snippets.

@bithavoc
Created December 18, 2014 17:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save bithavoc/7d422fd7d951ad7b3b1c to your computer and use it in GitHub Desktop.
Save bithavoc/7d422fd7d951ad7b3b1c to your computer and use it in GitHub Desktop.
CREATE TABLE IF NOT EXISTS events (
id TEXT,
name TEXT,
time TIMESTAMP,
state TEXT,
context map<text, text>,
account TEXT,
email TEXT,
visitor TEXT,
device TEXT,
client TEXT,
system TEXT,
address TEXT,
rtid TEXT,
PRIMARY KEY(id)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment