file
5 rows where patch_id = 60178
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
276101 | 60178 60178 | docs/settings.txt |
276102 | 60178 60178 | extension.json |
276103 | 60178 60178 | includes/Searcher.php |
276104 | 60178 60178 | includes/Util.php |
276105 | 60178 60178 | tests/phpunit/unit/UtilTest.php |
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);