file
4 rows where patch_id = 35315
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
164385 | 35315 35315 | includes/CirrusSearch.php |
164386 | 35315 35315 | includes/Search/SearchQuery.php |
164387 | 35315 35315 | includes/Search/SearchQueryBuilder.php |
164388 | 35315 35315 | tests/phpunit/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);