file
5 rows where patch_id = 59860
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
274957 | 59860 59860 | includes/parser/Parser.php |
274958 | 59860 59860 | includes/parser/ParserCache.php |
274959 | 59860 59860 | includes/title/MalformedTitleException.php |
274960 | 59860 59860 | includes/user/UserEditTracker.php |
274961 | 59860 59860 | tests/phpunit/unit/includes/block/BlockUtilsTest.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);