file
5 rows where patch_id = 61659
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
288311 | 61659 61659 | resources/lib/jquery.ui/PATCHES |
288312 | 61659 61659 | resources/lib/jquery.ui/jquery.ui.button.js |
288313 | 61659 61659 | resources/lib/jquery.ui/jquery.ui.datepicker.js |
288314 | 61659 61659 | resources/lib/jquery.ui/jquery.ui.dialog.js |
288315 | 61659 61659 | resources/lib/jquery.ui/jquery.ui.resizable.js |
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);