Created
February 25, 2014 14:04
-
-
Save houen/9209369 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | |
{ | |
... | |
} | |
}, | |
{ | |
... | |
} | |
] |
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
also add workout_id to session_plan