file
7 rows where patch_id = 65
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
518 | 65 65 | composer.json |
519 | 65 65 | composer.lock |
520 | 65 65 | composer/installed.json |
521 | 65 65 | ruflin/elastica/CHANGELOG.md |
522 | 65 65 | ruflin/elastica/README.md |
523 | 65 65 | ruflin/elastica/composer.json |
524 | 65 65 | ruflin/elastica/lib/Elastica/Query/Match.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);