home / train

file

7 rows where patch_id = 65

✎ View and edit SQL

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

CSV options:

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);
Powered by Datasette · Queries took 22.272ms