hemvall / Heracles

Store your sports performances and track your progression either in the gym, running and even boxing.
https://heracle.me/
5 stars 0 forks source link

Add ExerciseType #7

Closed hemvall closed 1 year ago

hemvall commented 1 year ago

CREATE TABLE ExerciseType( Id int AUTO_INCREMENT PRIMARY KEY, Label varchar(100) )

hemvall commented 1 year ago

ALTER TABLE exercises ADD COLUMN Unit varchar(20), TypeId int