file
6 rows where patch_id = 1253
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
6200 | 1253 1253 | includes/EditPage.php |
6201 | 1253 1253 | includes/MediaWikiVersionFetcher.php |
6202 | 1253 1253 | includes/content/CssContent.php |
6203 | 1253 1253 | includes/content/JavaScriptContent.php |
6204 | 1253 1253 | includes/libs/http/HttpAcceptParser.php |
6205 | 1253 1253 | maintenance/language/generateCollationData.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);