file
5 rows where patch_id = 79160
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
365999 | 79160 79160 | RELEASE-NOTES-1.37 |
366000 | 79160 79160 | resources/lib/foreign-resources.yaml |
366001 | 79160 79160 | resources/lib/wvui/README.md |
366002 | 79160 79160 | resources/lib/wvui/wvui-search.commonjs2.js |
366003 | 79160 79160 | resources/lib/wvui/wvui-search.css |
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);