Skip to content

Instantly share code, notes, and snippets.

@sbahra
Created July 22, 2016 00:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sbahra/0d6b2d88d2bbe5d0f7a3c6dc0003d09e to your computer and use it in GitHub Desktop.
Save sbahra/0d6b2d88d2bbe5d0f7a3c6dc0003d09e to your computer and use it in GitHub Desktop.
CREATE TABLE crdb_terse(
epoch numeric NOT NULL,
application text NOT NULL,
collection text NOT NULL,
dc text NOT NULL,
environment text NOT NULL,
fingerprint text NOT NULL,
hostname text NOT NULL,
tag text NOT NULL,
timestamp numeric NOT NULL,
PRIMARY KEY(epoch));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment