file
5 rows where patch_id = 61704
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
288411 | 61704 61704 | includes/CirrusSearch.php |
288412 | 61704 61704 | includes/Search/SearchQuery.php |
288413 | 61704 61704 | includes/Search/SearchQueryBuilder.php |
288414 | 61704 61704 | includes/Search/SearchRequestBuilder.php |
288415 | 61704 61704 | tests/phpunit/unit/Search/SearchQueryTest.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);