file
4 rows where patch_id = 7487
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
33842 | 7487 7487 | RELEASE-NOTES-1.36 |
33843 | 7487 7487 | includes/parser/CoreTagHooks.php |
33844 | 7487 7487 | includes/parser/Parser.php |
33845 | 7487 7487 | 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);