Skip to content

Instantly share code, notes, and snippets.

@assembledadam
Created February 26, 2015 00:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save assembledadam/cff79953c6dace6c042c to your computer and use it in GitHub Desktop.
Save assembledadam/cff79953c6dace6c042c to your computer and use it in GitHub Desktop.
content
---------------
| id | name |
---------------
| 1 | news |
| 2 | review |
---------------
games
-------------
| id | name |
-------------
| 8 | halo |
| 9 | gta |
-------------
releases
----------------------
| id | name |
----------------------
| 14 | halo for ps3 |
| 15 | halo for wii |
| 16 | gta for ps4 |
------------------------
content_releases
-------------------------------------
| content_id | release_id | game_id |
-------------------------------------
| 1 | 14 | 8 |
| 1 | 15 | 8 |
| 2 | 15 | 8 |
| 2 | 16 | 9 |
-------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment