Smergel / twitterTrender

Compare treding topics from the best cities.
0 stars 0 forks source link

Database Diagram #1

Closed camerican closed 9 years ago

camerican commented 9 years ago

Sketch a database diagram including tables, their fields, and the entity relationships within the system.

webolton commented 9 years ago

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

camerican commented 9 years ago

image