DB - 20858559/cits4230---group-A GitHub Wiki
Data Base NOTE: changes have been made to database. Updated version coming soon.**
Table 1: users
- Fields: id, name, email, password, code.
- Note: I add a eight digit code for tracking users without id.
Table 2: user_user
- Fields: id_one, id_two, relationship
- Note: relationshipe can be friend follower or blocked and is
defined id_one onto id_two
Table 3: photo
- Fields: id, name, file_extension, path, description
Table 4: user_photo
- Fields: id_user, id_photo, like(optional: for a fb like button)