Skip to content
Salman Shah edited this page Mar 20, 2018 · 2 revisions

Models

Users

  • id -> Primary Key
  • name
  • email
  • password
  • rfid_number

Rides

  • id -> Primary Key
  • cycle_id
  • user_id
  • start_time
  • end_time
  • status/phase
  • amount

Cycle

  • id -> Primary Key
  • cycle_name
  • model_number
Clone this wiki locally