Database Schema - Quetourah/jamsession GitHub Wiki
Page Description
This page will reflect on how the project database schema will look for each class.
Users
iddate_joinedlast_logged_inemailusernamepassword- Note: This needs to be protected.
Songs
idnamecreated_by- References Users_id
collaborators- References Users_id
Source Code
idnamecreated_by- References Users_id
collaborators- References Users_id