file
5 rows where patch_id = 1270
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
6281 | 1270 1270 | .vsls.json |
6282 | 1270 1270 | extensions/.gitignore |
6283 | 1270 1270 | extensions/.vsls.json |
6284 | 1270 1270 | skins/.gitignore |
6285 | 1270 1270 | skins/.vsls.json |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE file ( id INTEGER PRIMARY KEY, patch_id INTEGER NOT NULL, filename INTEGER NOT NULL, FOREIGN KEY(patch_id) REFERENCES patch(id) ); CREATE INDEX file_patch_id ON file(patch_id);