Skip to content

Instantly share code, notes, and snippets.

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