Skip to content

Instantly share code, notes, and snippets.

@millerjp
Created December 27, 2013 21:22
Show Gist options
  • Save millerjp/8152778 to your computer and use it in GitHub Desktop.
Save millerjp/8152778 to your computer and use it in GitHub Desktop.
CREATE TABLE bookmark_index (
user_id text,
tvshow_id text,
season text,
continue_watching text,
video_id text,
created timestamp,
time_in_video int,
vid_id text,
PRIMARY KEY ((user_id, tvshow_id, season, continue_watching, video_id))
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment