home / train

file

7 rows where patch_id = 59367

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
272570 59367 59367 .travis.yml
272571 59367 59367 DEVELOPERS.md
272572 59367 59367 RELEASE-NOTES-1.37
272573 59367 59367 composer.json
272574 59367 59367 docs/distributors.txt
272575 59367 59367 tests/phpunit/data/composer/composer.json
272576 59367 59367 tests/phpunit/data/composer/new-composer.json

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 12.871ms