home / train

file

4 rows where patch_id = 27851

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
132980 27851 27851 .eslintrc.json
132981 27851 27851 .jshintrc
132982 27851 27851 Gruntfile.js
132983 27851 27851 package.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 15.786ms