-
Notifications
You must be signed in to change notification settings - Fork 0
Databases
Dustin edited this page Sep 25, 2023
·
5 revisions
Contains information required to register and authenticate users.
- user_id
- username
- password
Contains information for each user's itineraries.
- user_id (ForeignKey)
- trip_id
- location
- date
Relational database used to create friends lists.
- user_first_id
- user_second_id
- type
Contains information for each user's recorded names.
- user_id (ForeignKey)
- trip_id
- location
- name
- note