Database Schema - Quetourah/jamsession GitHub Wiki

Page Description

This page will reflect on how the project database schema will look for each class.

Users

  1. id
  2. date_joined
  3. last_logged_in
  4. email
  5. username
  6. password
    1. Note: This needs to be protected.

Songs

  1. id
  2. name
  3. created_by
    1. References Users_id
  4. collaborators
    1. References Users_id

Source Code

  1. id
  2. name
  3. created_by
    1. References Users_id
  4. collaborators
    1. References Users_id