file
5 rows where patch_id = 10866
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
49797 | 10866 10866 | includes/Revision/RevisionLookup.php |
49798 | 10866 10866 | includes/Revision/RevisionStore.php |
49799 | 10866 10866 | tests/phpunit/includes/Revision/RevisionStoreDbTestBase.php |
49800 | 10866 10866 | tests/phpunit/includes/parser/ParserMethodsTest.php |
49801 | 10866 10866 | tests/phpunit/unit/includes/Storage/RevertedTagUpdateTest.php |
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);