Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 624 Bytes

File metadata and controls

12 lines (10 loc) · 624 Bytes

The six tables in the movr database store user, vehicle, and ride data for MovR:

Table Description
users People registered for the service.
vehicles The pool of vehicles available for the service.
rides When and where users have rented a vehicle.
promo_codes Promotional codes for users.
user_promo_codes Promotional codes in use by users.
vehicle_location_histories Vehicle location history.

Geo-partitioning schema