file
6 rows where patch_id = 85964
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
404737 | 85964 85964 | .eslintrc.json |
404738 | 85964 85964 | Gruntfile.js |
404739 | 85964 85964 | modules/.eslintrc.json |
404740 | 85964 85964 | modules/index.pagelist/PagelistInputWidget.Model.js |
404741 | 85964 85964 | package-lock.json |
404742 | 85964 85964 | package.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);