file
4 rows where patch_id = 38737
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
178483 | 38737 38737 | RELEASE-NOTES-1.33 |
178484 | 38737 38737 | includes/parser/Parser.php |
178485 | 38737 38737 | tests/parser/ParserTestRunner.php |
178486 | 38737 38737 | tests/parser/parserTests.txt |
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);