file
5 rows where patch_id = 59602
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
273820 | 59602 59602 | RELEASE-NOTES-1.37 |
273821 | 59602 59602 | includes/filerepo/file/File.php |
273822 | 59602 59602 | includes/filerepo/file/ForeignAPIFile.php |
273823 | 59602 59602 | includes/filerepo/file/LocalFile.php |
273824 | 59602 59602 | tests/phpunit/includes/filerepo/file/LocalFileTest.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);