file
4 rows where patch_id = 99
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
670 | 99 99 | extension.json |
671 | 99 99 | includes/CodeMirrorHooks.php |
672 | 99 99 | resources/ext.CodeMirror.js |
673 | 99 99 | resources/modules/ve-cm/ve.ui.CodeMirrorAction.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);