file
5 rows where patch_id = 2113
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
9579 | 2113 2113 | includes/changes/ChangesList.php |
9580 | 2113 2113 | includes/specialpage/ChangesListSpecialPage.php |
9581 | 2113 2113 | includes/specials/SpecialWatchlist.php |
9582 | 2113 2113 | resources/src/mediawiki.special.changeslist/default.less |
9583 | 2113 2113 | resources/src/mediawiki.special/watchlist.css |
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);