home / train

file

5 rows where patch_id = 28443

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
136207 28443 28443 composer.json
136208 28443 28443 composer.lock
136209 28443 28443 composer/installed.json
136210 28443 28443 guzzlehttp/psr7/CHANGELOG.md
136211 28443 28443 guzzlehttp/psr7/src/functions.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 18.814ms