Schema - abschectman/Couchskiers GitHub Wiki

Users

  • column name type data
  • id - integer null, false
  • password_digest - string null, false
  • session_token - string null, false
  • email - string null, false
  • description - text null, false
  • hosting - string null, false
  • location_id - integer null, false

Locations

  • column name type data
  • id - integer null, false
  • city - string null, false
  • country - string null, false

Reservations

  • host_id -integer null, false
  • start_date - date null, false
  • end_date - date null, false
  • reserver_id - integer null, false

Reviews

  • id - integer - null, false
  • review_type - string(user or location)
  • body- text
  • rating - boolean