Skip to content

Instantly share code, notes, and snippets.

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