home / train

file

6 rows where patch_id = 1827

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
8233 1827 1827 composer.json
8234 1827 1827 composer.lock
8235 1827 1827 composer/installed.json
8236 1827 1827 psr/http-client/CHANGELOG.md
8237 1827 1827 psr/http-client/README.md
8238 1827 1827 psr/http-client/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 18.544ms