file
4 rows where patch_id = 61628
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
288215 | 61628 61628 | includes/ServiceWiring.php |
288216 | 61628 61628 | includes/filerepo/RepoGroup.php |
288217 | 61628 61628 | tests/parser/ParserTestRunner.php |
288218 | 61628 61628 | tests/phpunit/includes/api/ApiUploadTest.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);