This website works better with JavaScript
Home
Explore
Help
Register
Sign In
lee
/
torus-api
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
35dd398084
Branches
Tags
development
master
torus-api
/
migrations
/
0005_add_position_to_exercises.sql
0005_add_position_to_exercises.sql
70 B
History
Raw
1
ALTER TABLE exercises ADD COLUMN position INTEGER NOT NULL DEFAULT 0;