file
4 rows where patch_id = 82364
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
381331 | 82364 82364 | RELEASE-NOTES-1.38 |
381332 | 82364 82364 | resources/lib/foreign-resources.yaml |
381333 | 82364 82364 | resources/lib/wvui/wvui-search.commonjs2.js |
381334 | 82364 82364 | resources/lib/wvui/wvui.commonjs2.js |
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);