file
4 rows where patch_id = 59575
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
273751 | 59575 59575 | RELEASE-NOTES-1.37 |
273752 | 59575 59575 | includes/filerepo/file/LocalFile.php |
273753 | 59575 59575 | includes/filerepo/file/OldLocalFile.php |
273754 | 59575 59575 | tests/phpunit/includes/filerepo/LocalRepoTest.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);