file
9 rows where patch_id = 498
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
2600 | 498 498 | includes/EditPage.php |
2601 | 498 498 | includes/FileDeleteForm.php |
2602 | 498 498 | includes/ProtectionForm.php |
2603 | 498 498 | includes/actions/RollbackAction.php |
2604 | 498 498 | includes/actions/UnwatchAction.php |
2605 | 498 498 | includes/page/Article.php |
2606 | 498 498 | includes/skins/SkinTemplate.php |
2607 | 498 498 | includes/upload/UploadBase.php |
2608 | 498 498 | tests/phpunit/includes/EditPageTest.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);