Skip to content

Instantly share code, notes, and snippets.

@mjhale
Created November 29, 2012 15:21
Show Gist options
  • Save mjhale/4169756 to your computer and use it in GitHub Desktop.
Save mjhale/4169756 to your computer and use it in GitHub Desktop.
Users can have multiple properties. ??
Users can have multiple courses. Many-To-Many, Bidirectional
Courses can have multiple properties. ??
Courses can have multiple users. Many-To-Many, Bidirectional
Properties can belong to one user. One-To-Many, Unidirectional
Properties can belong to one course. One-To-Many, Unidirectional
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment