home / train

file

4 rows where patch_id = 3744

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
17997 3744 3744 RELEASE-NOTES-1.35
17998 3744 3744 includes/filerepo/FileRepo.php
17999 3744 3744 includes/filerepo/LocalRepo.php
18000 3744 3744 includes/filerepo/file/File.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 13.607ms