Closed camerican closed 9 years ago
Sketch a database diagram including tables, their fields, and the entity relationships within the system.
User
user_name:string email:string password_hash:string password_salt:string admin:boolean
Location
city_name:string woeid:integer user_id:integer
Users have many Locations Locations have one User
Sketch a database diagram including tables, their fields, and the entity relationships within the system.