file
6 rows where patch_id = 130265
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
662941 | 130265 130265 | includes/user/TempUser/TempUserDetailsLookup.php |
662942 | 130265 130265 | includes/MediaWikiServices.php |
662943 | 130265 130265 | autoload.php |
662944 | 130265 130265 | RELEASE-NOTES-1.44 |
662945 | 130265 130265 | tests/phpunit/unit/includes/user/TempUser/TempUserDetailsLookupTest.php |
662946 | 130265 130265 | includes/ServiceWiring.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);