Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save millerjp/8152729 to your computer and use it in GitHub Desktop.
Save millerjp/8152729 to your computer and use it in GitHub Desktop.
SELECT * FROM bookmark_by_user_continue_watching ;
user_id | continue_watching | video_id | created | season | time_in_video | tvshow_id
---------+-------------------+----------+--------------------------+--------+---------------+--------------
johnny | True | 666QAZ | 2013-12-25 15:12:51+0100 | 1 | 20 | Baywatch
johnny | False | 666WSX | 2013-12-26 15:12:51+0100 | 3 | 30 | Knight Rider
patrick | True | 666EDC | 2013-12-27 15:12:51+0100 | 5 | 40 | A-Team
hayato | False | 666RFV | 2013-12-28 15:12:51+0100 | 1 | 50 | Thundercats
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment