home / gym

exercise_aliases

0 rows where exercise_id = 8

✎ View and edit SQL

This data as json

0 records

CREATE TABLE exercise_aliases (
    alias TEXT PRIMARY KEY,
    exercise_id INTEGER NOT NULL REFERENCES exercises(id)
);
Powered by Datasette · Queries took 3.294ms