Skip to content

Instantly share code, notes, and snippets.

@houen
Created February 25, 2014 14:04
Show Gist options
  • Save houen/9209369 to your computer and use it in GitHub Desktop.
Save houen/9209369 to your computer and use it in GitHub Desktop.
session_plan:
id: int
level_id: int
phase_number: int
phase: string
position: int
session_plan_exercises:
[
{
id: int
position: int
session_plan_id: int
set_number: int
station_id: int
created_at: datetime
updated_at: datetime
exercise:
{
...
}
},
{
...
}
]
@houen
Copy link
Author

houen commented Feb 25, 2014

also add workout_id to session_plan

@houen
Copy link
Author

houen commented Feb 25, 2014

also add side to session_plan_exercise

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment