file
4 rows where patch_id = 88844
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
427670 | 88844 88844 | extension.json |
427671 | 88844 88844 | includes/Hooks.php |
427672 | 88844 88844 | resources/ext.CodeMirror.js |
427673 | 88844 88844 | 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);