Update Home

2025-07-08 20:22:33 +02:00
parent 22b7f80668
commit a416c7336e

27
Home.md

@@ -5,4 +5,29 @@ Welcome to the Wiki.
- **Exercise.** A specific movement or instruction
- **Workout.** A combination of exercises
- **Gear.** Equipment that is needed for the exercise or workout.
- **Rep.** A single exercise execution
- **Rep.** A single exercise execution
# Database tables
### Exercises
| key | type | note |
| --- | --- | --- |
| exercise_id | uuid | |
| name | varchar | |
| description | varchar | |
### Muscles
| key | type | note |
| --- | --- | --- |
| muscle_id | uuid | |
| name | varchar | |
### Exercises <-> Muscles
| key | type | note |
| --- | --- | --- |
| exercise_id | uuid | |
| muscle_id | uuid | |