charts
1 row where song_id = "193283fd6a3907e7a6eeb441e43d7601"
This data as json, CSV (advanced)
id ▼ | song_id | steps | jumps | beats | type | difficulty | meter |
---|---|---|---|---|---|---|---|
193283fd6a3907e7a6eeb441e43d7601-challenge-14 | Foundations 193283fd6a3907e7a6eeb441e43d7601 | 1307 | 0 | 456 | dance-single: | challenge | 14 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [charts] ( [song_id] TEXT REFERENCES [songs]([id]), [steps] INTEGER, [jumps] INTEGER, [beats] INTEGER, [type] TEXT, [difficulty] TEXT, [meter] INTEGER, [id] TEXT PRIMARY KEY );