Skip to content

Instantly share code, notes, and snippets.

@edstenson
Created January 16, 2014 12:17
Show Gist options
  • Save edstenson/8454027 to your computer and use it in GitHub Desktop.
Save edstenson/8454027 to your computer and use it in GitHub Desktop.
CREATE TABLE TWITTER (
INTERACTION_ID varchar(64),
CONTENT text,
HASHTAGS text[],
MENTION_IDS int[]
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment