file
5 rows where patch_id = 237
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
1196 | 237 237 | package.json |
1197 | 237 237 | resources/dist/mobile.editor.overlay.js |
1198 | 237 237 | resources/dist/mobile.editor.overlay.js.map.json |
1199 | 237 237 | src/mobile.editor.overlay/EditorOverlayBase.js |
1200 | 237 237 | src/mobile.editor.overlay/VisualEditorOverlay.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);