file
8 rows where patch_id = 130254
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
662820 | 130254 130254 | includes/api/i18n/en.json |
662821 | 130254 130254 | includes/editpage/Constraint/PageSizeConstraint.php |
662822 | 130254 130254 | includes/api/ApiMessageTrait.php |
662823 | 130254 130254 | includes/api/ApiEditPage.php |
662824 | 130254 130254 | languages/i18n/en.json |
662825 | 130254 130254 | languages/i18n/qqq.json |
662826 | 130254 130254 | includes/api/i18n/qqq.json |
662827 | 130254 130254 | includes/editpage/EditPage.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);