Skip to content

Instantly share code, notes, and snippets.

@amzoss
Last active August 29, 2023 15:50
Show Gist options
  • Save amzoss/6233d563ac010c5f4ee532639b08d438 to your computer and use it in GitHub Desktop.
Save amzoss/6233d563ac010c5f4ee532639b08d438 to your computer and use it in GitHub Desktop.
Course Reserves Data Model Diagram

Actual Data Model

erDiagram
    COURSE-LISTING ||--o{ COURSE : "one-to-many"
    COURSE }|--|{ INSTRUCTOR : "many-to-many"
    COURSE-LISTING ||--o{ RESERVE : "one-to-many"
    RESERVE }|..o{ CONTRIBUTOR : "many-to-many"
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment