file
6 rows where patch_id = 38716
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
178442 | 38716 38716 | includes/EditPage.php |
178443 | 38716 38716 | includes/db/DatabaseOracle.php |
178444 | 38716 38716 | includes/filerepo/file/ForeignAPIFile.php |
178445 | 38716 38716 | includes/libs/objectcache/BagOStuff.php |
178446 | 38716 38716 | includes/media/DjVuImage.php |
178447 | 38716 38716 | languages/Language.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);