Database Schema - Quetourah/jamsession GitHub Wiki
Page Description
This page will reflect on how the project database schema will look for each class.
Users
id
date_joined
last_logged_in
email
username
password
- Note: This needs to be protected.
Songs
id
name
created_by
- References Users_id
collaborators
- References Users_id
Source Code
id
name
created_by
- References Users_id
collaborators
- References Users_id