file
5 rows where patch_id = 79159
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
365994 | 79159 79159 | resources/Resources.php |
365995 | 79159 79159 | resources/lib/foreign-resources.yaml |
365996 | 79159 79159 | resources/lib/wvui/wvui.commonjs2.js |
365997 | 79159 79159 | resources/lib/wvui/wvui.css |
365998 | 79159 79159 | resources/src/wvui/wvui.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);