Skip to content

Instantly share code, notes, and snippets.

@jackperry
Created June 17, 2015 22:44
Show Gist options
  • Save jackperry/93254a3bdca2dbb3a270 to your computer and use it in GitHub Desktop.
Save jackperry/93254a3bdca2dbb3a270 to your computer and use it in GitHub Desktop.
Database:
users
- id
- name
teams
- id
- name
entries
- id
- user_id
- title
team_user
- id
- team_id
- user_id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment