Created
February 26, 2015 00:31
-
-
Save assembledadam/cff79953c6dace6c042c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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