file
5 rows where patch_id = 130284
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
663098 | 130284 130284 | includes/page/Article.php |
663099 | 130284 130284 | includes/editpage/IntroMessageBuilder.php |
663100 | 130284 130284 | languages/i18n/en.json |
663101 | 130284 130284 | includes/specialpage/ContributionsSpecialPage.php |
663102 | 130284 130284 | languages/i18n/qqq.json |
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);