file
5 rows where patch_id = 2085
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
9508 | 2085 2085 | includes/MediaWikiServices.php |
9509 | 2085 2085 | includes/ServiceWiring.php |
9510 | 2085 2085 | includes/block/DatabaseBlock.php |
9511 | 2085 2085 | includes/block/DatabaseBlockStore.php |
9512 | 2085 2085 | tests/phpunit/integration/includes/block/DatabaseBlockStoreTest.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);