file
6 rows where patch_id = 38797
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
178888 | 38797 38797 | RELEASE-NOTES-1.33 |
178889 | 38797 38797 | languages/i18n/en.json |
178890 | 38797 38797 | languages/i18n/qqq.json |
178891 | 38797 38797 | resources/Resources.php |
178892 | 38797 38797 | resources/src/mediawiki.htmlform.checker.js |
178893 | 38797 38797 | resources/src/mediawiki.special.userlogin.signup.js |
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);